document.write( "Question 522144: find three consecutive whole numbers such that if the largest number is subtracted from the sum of the other two numbers the result is 48 \n" ); document.write( "
Algebra.Com's Answer #346709 by umnikmo(75)![]() ![]() ![]() You can put this solution on YOUR website! we are looking for numbers; \n" ); document.write( "x \n" ); document.write( "x+1 \n" ); document.write( "x+2\r \n" ); document.write( "\n" ); document.write( "given: \n" ); document.write( "(x)+(x+1)-(x+2)=48 \n" ); document.write( "x-1=48 \n" ); document.write( "x=49\r \n" ); document.write( "\n" ); document.write( "numbers are: \n" ); document.write( "49, 50, 51 \n" ); document.write( " |