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 #594866 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The sum of the two smaller of the three consecutive numbers exceeds the largest by 52. Find the numbers.
\n" ); document.write( "***
\n" ); document.write( "let x=smallest of three consecutive numbers
\n" ); document.write( "x+1=next smallest of three consecutive numbers
\n" ); document.write( "x+2=largest of three consecutive numbers
\n" ); document.write( "..
\n" ); document.write( "x+(x+1)=x+2 (sum of the two smaller of the three consecutive numbers exceeds the largest by 52)
\n" ); document.write( "2x+1=x+2+52
\n" ); document.write( "x=53
\n" ); document.write( "smallest of three consecutive numbers=53
\n" ); document.write( "next smallest of three consecutive numbers=54
\n" ); document.write( "largest of three consecutive numbers=55
\n" ); document.write( "
\n" );