document.write( "Question 244640: Find 2 consecutive 2 digit numbers whose product is 812. \n" ); document.write( "
Algebra.Com's Answer #178858 by JimboP1977(311) You can put this solution on YOUR website! x*(x+1)=812 \n" ); document.write( "x^2+x=812 \n" ); document.write( "(x+1/2)^2-1/4 = 812 \n" ); document.write( "x = (812+1/4)^(1/2) - 1/2 \n" ); document.write( "x = 28\r \n" ); document.write( "\n" ); document.write( "So the two numbers are 28 and 29. \n" ); document.write( " |