document.write( "Question 246848: hey i need help making a graph for this problem. thanks!! \r
\n" ); document.write( "\n" ); document.write( "It costs a business $20 to make one compact disk player and $10 to make one radio. Each week the company must make a combined total of at least 50 CD players and radios. At least as many CD players as radios must be manufactured. Determine how many CD players and radios should be made to minimize weekly costs.
\n" ); document.write( "

Algebra.Com's Answer #180309 by ajs12405(1)\"\" \"About 
You can put this solution on YOUR website!
x=number of cds
\n" ); document.write( "y=number of radios
\n" ); document.write( "x+y>50
\n" ); document.write( "x>=y
\n" ); document.write( "20x+10Y=C (cost minimize)
\n" ); document.write( "20x+10y=750
\n" ); document.write( "y=-.5x+75\r
\n" ); document.write( "\n" ); document.write( "x=25 y=25
\n" ); document.write( "20(25) +10(25)=750
\n" ); document.write( "20(26) +10(25)=770\r
\n" ); document.write( "\n" ); document.write( "You should produce 25 CD players and 25 radios to minimize costs at $750 per week.
\n" ); document.write( "
\n" );