document.write( "Question 930760: The difference of 2 numbers is 18. One number is 5 more than twice the other. FInd the numbers. \n" ); document.write( "
| Algebra.Com's Answer #565274 by rcdodds(6)     You can put this solution on YOUR website! Let's turn these word problems into equations that we can solve. \n" ); document.write( "The first sentence tells us that x-y=18, if we allow x and y to be the numbers we're looking for. The second sentence tells us that x=2y+5.\r \n" ); document.write( "\n" ); document.write( "From here we insert the second equation into the first equation and solve. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we plug this back into the first equation and solve.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So our numbers are 13 and 31, which we can check by plugging them back into the equations. \n" ); document.write( " |