document.write( "Question 35180: Ok this is what I think the following question is asking
\n" );
document.write( "So the question reads:
\n" );
document.write( "a company produces three different products: basic, mid-range, and superior.\r
\n" );
document.write( "\n" );
document.write( "• For each basic item, the company spends, on the average, $50 for the components, $20 for assembly, and $30 for packaging and dispatch.\r
\n" );
document.write( "\n" );
document.write( "• For a mid-range item, the spending is $100 for the components, $40 for assembly and $80 for packaging and dispatch.\r
\n" );
document.write( "\n" );
document.write( "• For the deluxe model, they spend $200 on components, $120 for assembly and $240 for packaging and dispatch.\r
\n" );
document.write( "\n" );
document.write( "If the budget allows $2,350,000 for components, $1,100,000 for assembly, and $2,050,000 for packaging and dispatch, set up and solve a system of linear equations to determine how many items of each kind can be produced.\r
\n" );
document.write( "\n" );
document.write( "So is what I have below on the right track or have I totally got it wrong? And what has to be done to solve it???
\n" );
document.write( " And the lines are supposed to be in line
\n" );
document.write( ".....................|Basic | Mid | Superior | Budget
\n" );
document.write( "Components..| 50 | 100 | 200 | 2,350,000
\n" );
document.write( "Assembly......| 20 | 40 | 120 | 1,100,000
\n" );
document.write( "Pack & disp..| 30 | 80 | 240 | 2,050,000
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21366 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! .....................|Basic | Mid | Superior | Budget \n" ); document.write( "Components..| 50 | 100 | 200 | 2,350,000 \n" ); document.write( "Assembly......| 20 | 40 | 120 | 1,100,000 \n" ); document.write( "Pack & disp..| 30 | 80 | 240 | 2,050,000 \n" ); document.write( " \n" ); document.write( "So, now you have three equations in three unknows. \n" ); document.write( "Do some reduction on each equation to get: \n" ); document.write( " a+2b+4c=47000 \n" ); document.write( " a+2b+6c=55000 \n" ); document.write( "3a+8b+24c=205,000\r \n" ); document.write( "\n" ); document.write( "Solve this system any way you know how. \n" ); document.write( "I did it with a calculator using matrices to get \n" ); document.write( "a=15000 (# of basic) \n" ); document.write( "b=8000 (# of mid) \n" ); document.write( "c=4000 (# of superior)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |