document.write( "Question 915149: Two music CDs and four music cassette tapes cost a total of $40.00. However, three music CDs and five cassette tapes cost $55.00. Find the price of each.\r
\n" );
document.write( "\n" );
document.write( "So lost with this problem, please help.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #555456 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two music CDs and four music cassette tapes cost a total of $40.00. However, three music CDs and five cassette tapes cost $55.00. Find the price of each. \n" ); document.write( "*** \n" ); document.write( "let x=price of CD's \n" ); document.write( "let y=price of cassette tapes \n" ); document.write( ".. \n" ); document.write( "2x+4y=40 \n" ); document.write( "3x+5y=55 \n" ); document.write( ".. \n" ); document.write( "6x+12y=120 (mult.eq by 3) \n" ); document.write( "6x+10y=110 (mult.eq by 2) \n" ); document.write( "subtract: \n" ); document.write( "2y=10 \n" ); document.write( "y=5 \n" ); document.write( "2x=40-4y=40-20=20 \n" ); document.write( "x=10 \n" ); document.write( "price of CD's=$10/each \n" ); document.write( "price of cassette tapes=$5/each \n" ); document.write( " |