document.write( "Question 495246: the sum of three numbers is 134. the second number is 5 more than the first, and the third number is 4more than three times the second. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #336038 by Edwin McCravy(20065) You can put this solution on YOUR website! \r\n" ); document.write( "There are three equations for the three numbers.\r\n" ); document.write( "\r\n" ); document.write( "Let x = the first number.\r\n" ); document.write( "Let y = the second number.\r\n" ); document.write( "Let z = the third number.\r\n" ); document.write( "\r\n" ); document.write( "The first equation comes from this sentence:\r\n" ); document.write( " \n" ); document.write( "the sum of three numbers is 134. \n" ); document.write( " \r\n" ); document.write( "x + y + z = 134\r\n" ); document.write( "\r\n" ); document.write( "The second equation comes from this sentence:\r\n" ); document.write( " \n" ); document.write( "the second number is 5 more than the first \n" ); document.write( " \r\n" ); document.write( "y = x + 5\r\n" ); document.write( "\r\n" ); document.write( "The third equation comes from this sentence:\r\n" ); document.write( " \n" ); document.write( "the third number is 4 more than three times the second. \n" ); document.write( " \r\n" ); document.write( "z = 3y + 4\r\n" ); document.write( "\r\n" ); document.write( "Can you solve this syetem?:\r\n" ); document.write( "\r\n" ); document.write( "x + y + z = 134\r\n" ); document.write( "y = x + 5\r\n" ); document.write( "z = 3y + 4\r\n" ); document.write( "\r\n" ); document.write( "If not, post again asking how.\r\n" ); document.write( "\r\n" ); document.write( "Answer: x = 22, y=27, z=85\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |