document.write( "Question 943091: Two records and three tapes cost $31. Three records and two tapes cost$21. Find the cost of each record and each tape.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #574946 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let the cost of each record be x and the cost of each tape be y. \n" ); document.write( "We get two simultaneous equations in x and y. \n" ); document.write( "2x+3y=31 is the first equation. \n" ); document.write( "3x+2y=21 is the second equation. \n" ); document.write( "Multiplying the first equation with 3 we get \n" ); document.write( "6x+9y=93.........equation 3. \n" ); document.write( "Multiplying the second equation with 2 we get \n" ); document.write( "6x+4y=42.........equation 4. \n" ); document.write( "Subtracting 4 from 3 we get \n" ); document.write( "9y-4y=93-42 \n" ); document.write( "5y=51 \n" ); document.write( "y=10.2 \n" ); document.write( "Substituting in equation 1 we get, \n" ); document.write( "2x+30.6=31 \n" ); document.write( "x=0.2 \n" ); document.write( "The cost of a record is $0.2(20 cents) and the cost of a tape is $10.2(10 dollars and 20 cents). \n" ); document.write( " \n" ); document.write( " |