document.write( "Question 625098: ONE number is eight less than thrice the other number. The sum of the two numbers is thirty. \n" ); document.write( "
| Algebra.Com's Answer #393286 by oscargut(2103)     You can put this solution on YOUR website! Let x and y those numbers\r \n" ); document.write( "\n" ); document.write( "x = 3y-8 \n" ); document.write( "x+y=30\r \n" ); document.write( "\n" ); document.write( "Then\r \n" ); document.write( "\n" ); document.write( "3y-8+y=30\r \n" ); document.write( "\n" ); document.write( "4y-8=30\r \n" ); document.write( "\n" ); document.write( "4y=38\r \n" ); document.write( "\n" ); document.write( "y = 9.5 and x = 20.5\r \n" ); document.write( "\n" ); document.write( "If you have any doubt or if you have more problems my e-mail is: \r \n" ); document.write( "\n" ); document.write( "mthman@gmail.com \n" ); document.write( " \n" ); document.write( " |