document.write( "Question 536482: Find three consecutive whole numbers such that twice the sum of the two smallest numbers is 10 ' more that three times the largest number \n" ); document.write( "
Algebra.Com's Answer #352384 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x , x+1, x+2\r \n" ); document.write( "\n" ); document.write( "2(x+x+1)=3(x+2)+10 \n" ); document.write( "4x+2=3x+6+10 \n" ); document.write( "4x-3x=16-2 \n" ); document.write( "x=14\r \n" ); document.write( "\n" ); document.write( "14,15,16 \n" ); document.write( " |