Find the smallest positive integer a for which 2a is a perfe
Find the smallest positive integer a, for which 2a is a perfect square and 3a is a perfect cube.
Solution
for a positve integer a,there should be a perfect square 2a and perfect cube 3a.
Let suppose x,y is a arbitary numbers then,
2a= (2x)2=4x2
a=2x2
and
3a = (3y)2=27y3
a=9y3
so
2x2=9y3
since L.H.S is always even then 9y3 should be also even so value of y cant be odd.
smallest even value of y is 2.
so
y=2
2x2=9y3
2x2=9*23=9*8=72
x=6
so
a= 2x2=2*36=72
a=72 answer

