document.write( "Question 665796: Your computer-supply store sells two types of inkjet printers. The first, type A, costs $237 and you make a $22 profit on each one. The second, type B, costs $122 and you make a $19 profit on each one. You can order no more than 120 printers this month, and you need to make at least $2,400 profit on them. If you must order at least one of each type of printer, how many of each type of printer should you order if you want to minimize your cost? \r
\n" );
document.write( "\n" );
document.write( "69 of type A : 51 of type B
\n" );
document.write( "40 of type A : 80 of type B
\n" );
document.write( "51 of type A : 69 of type B
\n" );
document.write( "80 of type A : 40 of type B
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #414107 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "22A + 19B ≥ 2400 \n" ); document.write( "A + B ≤ 120 \n" ); document.write( "... \n" ); document.write( "Substitute the second equation into the first and solve for A and B \n" ); document.write( "Solve for B \n" ); document.write( "22(120-B) +19B ≥ 2400 \n" ); document.write( "2640 - 22B +19B ≥ 2400 \n" ); document.write( "2640 - 2400 ≥ 22B - 19B \n" ); document.write( "240 ≥ 3B \n" ); document.write( "80 ≥ B \n" ); document.write( "Therefore, \n" ); document.write( "B ≤ 80 \n" ); document.write( "... \n" ); document.write( "Solve for A \n" ); document.write( "22A + 19(120-A) ≥ 2400 \n" ); document.write( "22A + 2280 - 19a ≥ 2400 \n" ); document.write( "22A - 19A ≥ 2400 - 2280 \n" ); document.write( "3A ≥ 120 \n" ); document.write( "A ≥ 40 \n" ); document.write( "Therefore, \n" ); document.write( "A ≥ 40 \n" ); document.write( "..... \n" ); document.write( "To minimize cost, order \n" ); document.write( "80 of type B and 40 of type A \n" ); document.write( " \n" ); document.write( "This makes sense as type A costs more than B, \n" ); document.write( "so you would want to order less of the more expensive type. \n" ); document.write( "Opt for the maximum of B and the minimum of A. \n" ); document.write( "..................... \n" ); document.write( "Delighted to help. \n" ); document.write( "-Reading Boosters \n" ); document.write( "Wanting for others what we want for ourselves. \n" ); document.write( "www.MyHomeworkAnswers.com \n" ); document.write( " |