document.write( "Question 985202: Four CDs and three DVDs cost €108, while one DVD and three CDs cost €56.
\n" );
document.write( "Find the cost of a CD and the cost of a DVD.
\n" );
document.write( "Let c = cost of a CD
\n" );
document.write( "d = cost of a DVD. \n" );
document.write( "
Algebra.Com's Answer #606024 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! et c = cost of a CD \n" ); document.write( "d = cost of a DVD \n" ); document.write( "Four CDs and three DVDs cost €108 \n" ); document.write( " 4c+3d =108........(1) \n" ); document.write( "one DVD and three CDs cost €56 \n" ); document.write( "3c+d=56...........(2)
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |