document.write( "Question 87962: Word problem - hard one - thanks for help
\n" );
document.write( "Okay
\n" );
document.write( "Making 3 different kinds of missiles for defense - each one takes a different combination of alloys - aluminum, plexiglas, and titanium
\n" );
document.write( "Missile 1 - needs 2 tons of alum, 2 tons of plex and 3 tons of titan
\n" );
document.write( "Missile 2 - 3 tons of alum, and 1 ton of titan
\n" );
document.write( "Missile 3 - 3 tons of plex and 1 ton alum
\n" );
document.write( "Need to produce 800 of type 1 650 of type 2 and 350 of type 3\r
\n" );
document.write( "\n" );
document.write( "How many tons of each alloy will we need???? HELP!?!?!?!?!?\r
\n" );
document.write( "\n" );
document.write( "Steps needed:
\n" );
document.write( "1. assign variables
\n" );
document.write( "2. write algebraic model
\n" );
document.write( "3. solve model
\n" );
document.write( "4. answer\r
\n" );
document.write( "\n" );
document.write( "thank you so much - lucyloo
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #63846 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Making 3 different kinds of missiles for defense - each one takes a different combination of alloys - aluminum, plexiglas, and titanium \n" ); document.write( "Missile 1 - needs 2 tons of alum, 2 tons of plex and 3 tons of titan \n" ); document.write( "Missile 2 - 3 tons of alum, and 1 ton of titan \n" ); document.write( "Missile 3 - 3 tons of plex and 1 ton alum \n" ); document.write( "Need to produce 800 of type 1 650 of type 2 and 350 of type 3 \n" ); document.write( "How many tons of each alloy will we need? \n" ); document.write( "--------------- \n" ); document.write( "Let \"a\" be amt of alum; \"p\" be amt of plex; \"t\" amt of titan \n" ); document.write( "-------- \n" ); document.write( "Total alum = 800*2 + 650*3 + 350*1 = 3900 tons \n" ); document.write( "Total plex = 800*2 + 350*3 = 2650 tons \n" ); document.write( "Total titan = 800*3 + 650*1 = 3050 tons \n" ); document.write( "============= \n" ); document.write( "Comment: I doubt this is the problem you were asked to work. \n" ); document.write( "Are you sure the 800, 650, and 350 are not respectively the \n" ); document.write( "amts of alem, plex, and titan, rather than the number of \n" ); document.write( "each missile type? \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |