document.write( "Question 911602: The sum of 3 numbers is 54.The difference of the largest and the smallest is 48 and the sum of the two smaller numbers is 14.Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #553197 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x, y ,z the 3 numbers(smallest to largest) \n" ); document.write( "x + y + z = 54 \n" ); document.write( "z - x= 48 , \n" ); document.write( "x + y + (48+x) = 54 \n" ); document.write( "2x + y = 6 \n" ); document.write( "...... \n" ); document.write( "2x + y = 6 \n" ); document.write( "-(x + y = 14) \n" ); document.write( "x = -8 , y = 22 \n" ); document.write( " \n" ); document.write( " |