document.write( "Question 897711: find two consecutive numbers such that the difference of their square is 65 \n" ); document.write( "
Algebra.Com's Answer #544305 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "find two consecutive numbers such that the difference of their square is 65 \n" ); document.write( "Solution \n" ); document.write( "Let number are X and X+1 \n" ); document.write( "as per given conditions \n" ); document.write( "(X+1)^2-X^2=65 \n" ); document.write( "X^2+1+2X-X^2=65 \n" ); document.write( "2x+1=65 \n" ); document.write( "2x=65-1 \n" ); document.write( "2x=64 \n" ); document.write( "x=64/2 \n" ); document.write( "x=32 \n" ); document.write( " consecutive numbers are 32, 33 \n" ); document.write( " |