document.write( "Question 238609: How do I set this up? The larger of two numbers is 1 more than twice the smaller. Three times the larger exceeds 5 times the smaller by 10. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #175314 by JimboP1977(311) You can put this solution on YOUR website! x = larger number \n" ); document.write( "y = smaller number\r \n" ); document.write( "\n" ); document.write( "x=2y+1 (1)\r \n" ); document.write( "\n" ); document.write( "3x-10=5y (2)\r \n" ); document.write( "\n" ); document.write( "(1) multiply by 3 gives:\r \n" ); document.write( "\n" ); document.write( "3x=6y+3 (3)\r \n" ); document.write( "\n" ); document.write( "Rearrange (2) 3x=5y+10\r \n" ); document.write( "\n" ); document.write( "(3)-(2)\r \n" ); document.write( "\n" ); document.write( "0=y-7\r \n" ); document.write( "\n" ); document.write( "y=7\r \n" ); document.write( "\n" ); document.write( "x=15 \n" ); document.write( " \n" ); document.write( " |