document.write( "Question 65645: Draw the appropriate graphs in each of the following.
\n" );
document.write( " A small firm produces both AM and AM/FM car radios. The AM radios take 15 h to produce, and the AM/FM radios take 20 h. The number of production hours is limited to 300 h per week. The plant’s capacity is limited to a total of 18 radios per week, and existing orders require that at least 4AM radios and at least 3 AM/FM radios be produced per week. Write a system of inequalities representing this situation. Then, draw a graph of the feasible region given these conditions, in, which x is the number of AM radios and y the number of AM/FM radios.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #46529 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A small firm produces both AM and AM/FM car radios. \n" ); document.write( "The AM radios take 15 h to produce, and the AM/FM radios take 20 h. \n" ); document.write( "The number of production hours is limited to 300 h per week. \n" ); document.write( "The plant’s capacity is limited to a total of 18 radios per week, and existing orders require that at least 4AM radios and at least 3 AM/FM radios be produced per week. \n" ); document.write( "Write a system of inequalities representing this situation. \n" ); document.write( "Then, draw a graph of the feasible region given these conditions, in, which x is the number of AM radios and y the number of AM/FM radios. \n" ); document.write( "--------- \n" ); document.write( "Let number of AM radios be \"a\": Hours to produce = 15a hours \n" ); document.write( "Let number of FM radios be \"f\": Hours to produce is 20f hours \n" ); document.write( "a+f<=18 \n" ); document.write( "4<=a<=18 \n" ); document.write( "3<=f<=18 \n" ); document.write( "---------------- \n" ); document.write( "Solve for f: f<=-a+18 \n" ); document.write( "------- \n" ); document.write( "Graph the equality and the half-plane below it. \n" ); document.write( "Draw vertical lines at a=4 and a=18 \n" ); document.write( "Draw horizontal lines at f=3 and f=18 \n" ); document.write( "---------- \n" ); document.write( " \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |