document.write( "Question 64146: word problems using graphs
\n" );
document.write( "2 kinds of baseballs hard balls, soft balls. Hard balls need 1 min. stitching and 3 min. covering. soft balls need 2 min. stitching and 2 min. covering. hard balls $2 soft balls 3$ *stitching machine is available for 100 mins. the covering machine is available for 3 hours.
\n" );
document.write( "make a table, get constraints and graph. \n" );
document.write( "
Algebra.Com's Answer #44788 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2 kinds of baseballs hard balls, soft balls. \n" ); document.write( "Hard balls need 1 min. stitching and 3 min. covering. \n" ); document.write( "soft balls need 2 min. stitching and 2 min. covering. \n" ); document.write( "hard balls $2: soft balls $3 \n" ); document.write( "stitching machine is available for 100 mins. \n" ); document.write( "the covering machine is available for 3 hours. \n" ); document.write( "make a table, get constraints and graph. \n" ); document.write( "------------------ \n" ); document.write( "stitching inequality: 1H+2S<=100 \n" ); document.write( "covering inequality: 2H+2S<=180 \n" ); document.write( "Profit=2H+3S \n" ); document.write( "H>=0 \n" ); document.write( "S>=0 \n" ); document.write( "------------- \n" ); document.write( "Solve the inequalityies for H, as follows: \n" ); document.write( "H<=-2S+100 \n" ); document.write( "H<=-H+90 \n" ); document.write( "-------------- \n" ); document.write( "Graph the inequalities in the 1st quadrant as follows: \n" ); document.write( " \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |