document.write( "Question 137580This question is from textbook
\n" );
document.write( ": The sum of two numbers is twice their difference. The larger number is 6 more than twice the smaller. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #100643 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=the larger number \n" ); document.write( "and y=the smaller number\r \n" ); document.write( "\n" ); document.write( "Now we are told that:\r \n" ); document.write( "\n" ); document.write( "x+y=2(x-y) or \n" ); document.write( "x+y=2x-2y subtract x and also y from each side \n" ); document.write( "0=2x-x-2y-y collect like terms \n" ); document.write( " x-3y=0---------------------------------------------eq1\r \n" ); document.write( "\n" ); document.write( "We are also told that: \n" ); document.write( "x=2y+6 subtract 2y from each side\r \n" ); document.write( "\n" ); document.write( "x-2y=2y-2y+6 \n" ); document.write( "x-2y=6---------------------------------------------eq2 \n" ); document.write( "From eq1, we see that x=3y. Substitute this into eq2 \n" ); document.write( "3y-2y=6 \n" ); document.write( "y=6---------------------------------------smaller number \n" ); document.write( "substitute y=6 into eq1\r \n" ); document.write( "\n" ); document.write( "x-18=0 add 18 to each side\r \n" ); document.write( "\n" ); document.write( "x=18-------------------------------------larger number\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "The sum of two numbers is twice their difference: \n" ); document.write( "6+18=2*(18-6) \n" ); document.write( "24=2*12 \n" ); document.write( "24=24 \n" ); document.write( "The larger number is 6 more than twice the smaller. \n" ); document.write( "18=2*6+6 \n" ); document.write( "18=12+6 \n" ); document.write( "18=18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |