document.write( "Question 1048018: Find three consecutive numbers that add up to 108(let the middle number be x) \n" ); document.write( "
Algebra.Com's Answer #663572 by mathslover(157)![]() ![]() You can put this solution on YOUR website! Let the middle number of the the 3 consecutive numbers be x \n" ); document.write( "so the other numbers are x-1 and x+1\r \n" ); document.write( "\n" ); document.write( "Given, the 3 numbers add to 108 \n" ); document.write( "=> (x-1) + x + (x+1) =108 \n" ); document.write( "=> 3x=108 \n" ); document.write( "x= 108/3 \n" ); document.write( "x=36\r \n" ); document.write( "\n" ); document.write( "Numbers are 35,36 and 37 \n" ); document.write( " |