document.write( "Question 55038: Two records and three tapes cost $31. Three records and two tapes cost $29. Find the cost of each record and each tape\r
\n" );
document.write( "\n" );
document.write( "Let's call x the cost of records and y the cost of tapes. As a side note, who really cares? Don't we all buy CDs if not MP3s now?\r
\n" );
document.write( "\n" );
document.write( "Anyway, the first sentance in math-speak says:
\n" );
document.write( "2x + 3y = 31\r
\n" );
document.write( "\n" );
document.write( "And the second says\r
\n" );
document.write( "\n" );
document.write( "3x + 2y = 29\r
\n" );
document.write( "\n" );
document.write( "There are a few basic ways to tackle this problem:\r
\n" );
document.write( "\n" );
document.write( "a) Addition method
\n" );
document.write( "b) Substitution method
\n" );
document.write( "c) Matrix method.
\n" );
document.write( "d) Graph method\r
\n" );
document.write( "\n" );
document.write( "I think I'm a fan of the substitution.\r
\n" );
document.write( "\n" );
document.write( "we'll take the first equation and solve for x\r
\n" );
document.write( "\n" );
document.write( "2x + 3y = 31
\n" );
document.write( "Subtracting 3y from both sides gives
\n" );
document.write( "2x = -3y + 31
\n" );
document.write( "And divide by two.
\n" );
document.write( "x = -3/2y + 31/2\r
\n" );
document.write( "\n" );
document.write( "Ok...now we take the second equation
\n" );
document.write( "3x + 2y = 29
\n" );
document.write( "and substitute x = -3/2y +31/2 in for x\r
\n" );
document.write( "\n" );
document.write( "3(-3/2y +31/2) +2y = 29\r
\n" );
document.write( "\n" );
document.write( "Now, we'll simplify the whole mess.
\n" );
document.write( "-9/2y + 93/2 + 2y = 29\r
\n" );
document.write( "\n" );
document.write( "Combine like terms
\n" );
document.write( "-5/2y + 93/2 = 29\r
\n" );
document.write( "\n" );
document.write( "Moving the 93/2 to the right side yields
\n" );
document.write( "-5/2y = 58/2 - 93/2
\n" );
document.write( "-5/2y = -35/2\r
\n" );
document.write( "\n" );
document.write( "dividing by -5/2 gives
\n" );
document.write( "y = -35/2(-2/5)
\n" );
document.write( "y = 7\r
\n" );
document.write( "\n" );
document.write( "Ok...y = 7! Let's sub that into one of our original equations and solve for x.\r
\n" );
document.write( "\n" );
document.write( "2x + 3(7)=31
\n" );
document.write( "2x + 21 = 31
\n" );
document.write( "2x = 10
\n" );
document.write( "x=5\r
\n" );
document.write( "\n" );
document.write( "We've got x=5 and y = 7. Lets check our answers with the second equation just to make sure we've got it. \r
\n" );
document.write( "\n" );
document.write( "3(5) + 2(7) = 29
\n" );
document.write( "15+14=29
\n" );
document.write( "29=29 \r
\n" );
document.write( "\n" );
document.write( "Yep..we did it right!\r
\n" );
document.write( "\n" );
document.write( "Records are $5 and Tapes are $7 \n" );
document.write( "
Algebra.Com's Answer #37260 by Hook(36)![]() ![]() ![]() You can put this solution on YOUR website! Let's call x the cost of records and y the cost of tapes. As a side note, who really cares? Don't we all buy CDs if not MP3s now?\r \n" ); document.write( "\n" ); document.write( "Anyway, the first sentance in math-speak says: \n" ); document.write( "2x + 3y = 31\r \n" ); document.write( "\n" ); document.write( "And the second says\r \n" ); document.write( "\n" ); document.write( "3x + 2y = 29\r \n" ); document.write( "\n" ); document.write( "There are a few basic ways to tackle this problem:\r \n" ); document.write( "\n" ); document.write( "a) Addition method \n" ); document.write( "b) Substitution method \n" ); document.write( "c) Matrix method. \n" ); document.write( "d) Graph method\r \n" ); document.write( "\n" ); document.write( "I think I'm a fan of the substitution.\r \n" ); document.write( "\n" ); document.write( "we'll take the first equation and solve for x\r \n" ); document.write( "\n" ); document.write( "2x + 3y = 31 \n" ); document.write( "Subtracting 3y from both sides gives \n" ); document.write( "2x = -3y + 31 \n" ); document.write( "And divide by two. \n" ); document.write( "x = -3/2y + 31/2\r \n" ); document.write( "\n" ); document.write( "Ok...now we take the second equation \n" ); document.write( "3x + 2y = 29 \n" ); document.write( "and substitute x = -3/2y +31/2 in for x\r \n" ); document.write( "\n" ); document.write( "3(-3/2y +31/2) +2y = 29\r \n" ); document.write( "\n" ); document.write( "Now, we'll simplify the whole mess. \n" ); document.write( "-9/2y + 93/2 + 2y = 29\r \n" ); document.write( "\n" ); document.write( "Combine like terms \n" ); document.write( "-5/2y + 93/2 = 29\r \n" ); document.write( "\n" ); document.write( "Moving the 93/2 to the right side yields \n" ); document.write( "-5/2y = 58/2 - 93/2 \n" ); document.write( "-5/2y = -35/2\r \n" ); document.write( "\n" ); document.write( "dividing by -5/2 gives \n" ); document.write( "y = -35/2(-2/5) \n" ); document.write( "y = 7\r \n" ); document.write( "\n" ); document.write( "Ok...y = 7! Let's sub that into one of our original equations and solve for x.\r \n" ); document.write( "\n" ); document.write( "2x + 3(7)=31 \n" ); document.write( "2x + 21 = 31 \n" ); document.write( "2x = 10 \n" ); document.write( "x=5\r \n" ); document.write( "\n" ); document.write( "We've got x=5 and y = 7. Lets check our answers with the second equation just to make sure we've got it. \r \n" ); document.write( "\n" ); document.write( "3(5) + 2(7) = 29 \n" ); document.write( "15+14=29 \n" ); document.write( "29=29 \r \n" ); document.write( "\n" ); document.write( "Yep..we did it right!\r \n" ); document.write( "\n" ); document.write( "Records are $5 and Tapes are $7 \n" ); document.write( " |