document.write( "Question 251384: find 3 cinsecutive numbers such that 4 times the first is equal to 7 more than the sum of the other two. \n" ); document.write( "
Algebra.Com's Answer #183045 by JimboP1977(311)\"\" \"About 
You can put this solution on YOUR website!
4x-7=(x+1+x+2)
\n" ); document.write( "4x-7=(2x+3)
\n" ); document.write( "2x = 10
\n" ); document.write( "x=5\r
\n" ); document.write( "\n" ); document.write( "So the numbers are 5,6,& 7.
\n" ); document.write( "
\n" );