01Given
Binomial expression (2x3+xk3)12 with x=0 and k∈Z+. The constant term is given by 28⋅ℓ, where ℓ is an odd integer (i.e., v2(constant term)=8).
03Approach
Write the general term Tr+1=(r12)(2x3)12−r(3x−k)r or equivalently (r12)(2x3)r(3x−k)12−r. Set the net exponent of x to 0 to find the integer relation between r and k. Then test each valid integer r to check if the power of 2 in the constant term is exactly 8.
04Execute
Using Tr+1=(r12)(2x3)r(3x−k)12−r=(r12)2r312−rx3r−k(12−r). For the constant term, the power of x must be zero: 3r−k(12−r)=0⟹k=12−r3r. Since k is a positive integer and 0≤r≤12, we must have 0<r<12. Rewriting: k=12−r3r−36+36=−3+12−r36. Thus (12−r) must be a positive divisor of 36 such that 12−r36>3, meaning 12−r<12. The divisors of 36 less than 12 are 12−r∈{1,2,3,4,6,9}, which give r∈{11,10,9,8,6,3}. For r=11, k=36/1−3=33. For r=10, k=15. For r=9, k=9. For r=8, k=6. For r=6, k=3. For r=3, k=1.
05Execute
The constant term is C=(r12)2r⋅312−r. The exponent of 2 in C, denoted v2(C), is v2((r12))+r. We need v2(C)=8. Test the candidate r values:
- r=3: (312)=612×11×10=220=22×55⟹v2=2. Then v2(C)=2+3=5=8.
- r=6: (612)=924=22×231⟹v2=2. Then v2(C)=2+6=8. This matches! (Gives k=3).
- r=8: (812)=(412)=495, which is odd ⟹v2=0. Then v2(C)=0+8=8. This matches! (Gives k=6).
- r=9: (912)=(312)=220⟹v2=2. Then v2(C)=2+9=11=8.
- r=10: (1012)=(212)=66=21×33⟹v2=1. Then v2(C)=1+10=11=8.
- r=11: (1112)=12=22×3⟹v2=2. Then v2(C)=2+11=13=8.
Thus, exactly two values of k work: k=3 and k=6.
✓Verify
For k=3, r=6: term is (612)2636=924×64×729=(4×231)×26×729=28×(231×729), where 231×729 is odd. Valid. For k=6, r=8: term is (812)2834=495×28×81=28×(495×81), where 495×81 is odd. Valid.