document.write( "Question 234604: the sum of three numbers is 95. the sum of the first and the second is twenty five more than the third number and the third is twice the first. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #173089 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Three numbers: x, y, z \n" ); document.write( "; \n" ); document.write( "\"the sum of three numbers is 95.\" \n" ); document.write( "x + y + z = 95 \n" ); document.write( "; \n" ); document.write( "\" the sum of the first and the second is twenty five more than the third number \" \n" ); document.write( "x + y = z + 25 \n" ); document.write( ": \n" ); document.write( "\" the third is twice the first.\" \n" ); document.write( "z = 2x \n" ); document.write( ": \n" ); document.write( "find the numbers. \n" ); document.write( ": \n" ); document.write( "rewrite the 2nd equation and subtract from the 1st equaion \n" ); document.write( "x + y + z = 95 \n" ); document.write( "x + y - z = 25 \n" ); document.write( "-----------------subtraction eliminates x and y, find z \n" ); document.write( "2z = 70 \n" ); document.write( "z = 35 \n" ); document.write( "therefore \n" ); document.write( "2x = 35 \n" ); document.write( "x = 17.5 \n" ); document.write( ": \n" ); document.write( "Find y: \n" ); document.write( "17.5 + y = 35 + 25 \n" ); document.write( "y = 60 - 17.5 \n" ); document.write( "y = 42.5 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check the sum of the three numbers \n" ); document.write( "17.5 + 42.5 + 35 = 95 \n" ); document.write( " |