document.write( "Question 972556: The sum of the two smaller of the three consecutive numbers exceeds the largest by 52. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #594864 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! smallest=x\r \n" ); document.write( "\n" ); document.write( "x+x+1-52=x+2\r \n" ); document.write( "\n" ); document.write( "2x-51=x+2 \n" ); document.write( "x=53\r \n" ); document.write( "\n" ); document.write( "the numbers are 53, 54, and 55\r \n" ); document.write( "\n" ); document.write( "53+54 are 52 more than 55. \n" ); document.write( " |