document.write( "Question 726833: I've been trying to set up system of equations and constraint inequalities for this problem, but it's been very difficult for me; help would be great. \r
\n" );
document.write( "\n" );
document.write( "Premium gas sells at 62 cents/L. Regular gas sells at 59.5 cents/L. To boost sales, a middle octane gas is formed by mixing premium and regular. If 1000 L of this middle octane gas is produced and sold at 60.5 cents/L, how much of each type of gasoline was used? \n" );
document.write( "
Algebra.Com's Answer #444871 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Premium gas sells at 62 cents/L. \n" ); document.write( " Regular gas sells at 59.5 cents/L. \n" ); document.write( " To boost sales, a middle octane gas is formed by mixing premium and regular. \n" ); document.write( " If 1000 L of this middle octane gas is produced and sold at 60.5 cents/L, how much of each type of gasoline was used? \n" ); document.write( ": \n" ); document.write( "Let x = amt of 62 cent gas used \n" ); document.write( "the total is to be 1000L, therefore \n" ); document.write( "(1000-x) = amt of 59.5 cent gas \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( "62x + 59.5(1000-x) = 60.5(1000) \n" ); document.write( "62x + 59500 - 59.5x = 60500 \n" ); document.write( "62x - 59.5x = 60500 - 59500 \n" ); document.write( "2.5x = 1000 \n" ); document.write( "x = 1000/2.5 \n" ); document.write( "x = 400L of the 62 cent gas \n" ); document.write( "then \n" ); document.write( "1000-400 = 600L of the 59.5 cent gas \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this \n" ); document.write( "62(400) + 59.5(600) = 60.5(1000) \n" ); document.write( "24800 + 35.700 = 60500 \n" ); document.write( " |