document.write( "Question 393812: A music store is selling compact discs for $11.50 and $7.50. You buy 12 discs and spend a total of $106. How many CD's that cost $11.50 did you buy? \n" ); document.write( "
Algebra.Com's Answer #279447 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "buy 12 discs
\n" ); document.write( "Let x and (12-x)represent the number of disk costing 11.50 and 7.50 respectively
\n" ); document.write( "Question states***
\n" ); document.write( " 11.50x + 7.50(12-x) = $106
\n" ); document.write( " 4x = $106 - 7.50*12
\n" ); document.write( " 4x = $106 - 90
\n" ); document.write( " 4x = 16
\n" ); document.write( " x = 4, the number of disk costing 11.50\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 4*$11.50 + 8*$7.50 = $106
\n" ); document.write( " \n" ); document.write( "
\n" );