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)\"\" \"About 
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 , \"z+=+48%2Bx\"
\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 \"14-%28-8%29\" and z = 40 \"48+%2B+%28-8%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );