document.write( "Question 535464: The sum of three numbers is 20. The first number is the sum of the second and third. The third number is three times the first. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #351897 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x + y + z = 20 \n" ); document.write( ". \n" ); document.write( "x = y + z \n" ); document.write( ". \n" ); document.write( "z = 3x \n" ); document.write( ". \n" ); document.write( "substitute z = 3x \n" ); document.write( ". \n" ); document.write( "x = y + 3z \n" ); document.write( "-2x = y \n" ); document.write( ". \n" ); document.write( "substitute z = 3x and y = -2x \n" ); document.write( ". \n" ); document.write( "x + (-2x) + 3x = 20 \n" ); document.write( ". \n" ); document.write( "2x = 20 \n" ); document.write( ". \n" ); document.write( "x = 10 \n" ); document.write( ". \n" ); document.write( "z = 3x = 30 \n" ); document.write( ". \n" ); document.write( "y = -2x = -20 \n" ); document.write( ". \n" ); document.write( "Checking... \n" ); document.write( "x + y + z = 10 -20 + 30 = 20 \n" ); document.write( ". \n" ); document.write( "Answer: The three numbers are -20, 10, and 30. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |