document.write( "Question 2432: Find three consecutive whole numbers such that the product of the first and the second is 23 more than the third. \n" ); document.write( "
Algebra.Com's Answer #1033 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! let x be the smallest number \n" ); document.write( "(x)(x+1) = (x+2)+23 \n" ); document.write( "because the product of first two numbers is equal to the third number plus 23 \n" ); document.write( "so now solve it \n" ); document.write( "x^2+x = x+25 \n" ); document.write( "x^2 = 25 \n" ); document.write( "x = 5 \n" ); document.write( "So the three numbers are 5,6 and 7 \n" ); document.write( " |