document.write( "Question 1053961: The square of sum of the two successive uneven numbers is 64.calculate the value ofthese numbers \n" ); document.write( "
Algebra.Com's Answer #669149 by algebra hello(55)![]() ![]() ![]() You can put this solution on YOUR website! let two successive uneven numbers are x,x+2 then (x+x+2)^2=64 (2x+2)^2=64 4(x+1)^2=64 (x+1)^2=16 x+1=4 x=3 so the numbers are 3,5 \n" ); document.write( " |