document.write( "Question 419129: A glue company needs to make some glue tat it can sell at $120 per barrel.It wants to use 150 barrels of glue worth $100 per barrel, along with glue worth $150 per barrel and and glue worth $190 per barrel.It must use the same number of barrels of $150 and $190 glue.How much of the $150 and $190 glue will be needed?How many Barrels of $120 glue will be produced? \n" ); document.write( "
Algebra.Com's Answer #853241 by josgarithmetic(39792)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PRICE        VOLUME-barrels         COST\r\n" );
document.write( " 100           150                   15000\r\n" );
document.write( " 150            v                      150v\r\n" );
document.write( " 190            v                      190v\r\n" );
document.write( "-----------------------------------------------\r\n" );
document.write( " 120         2v+150              340v+15000\r\n" );
document.write( "

\n" ); document.write( "Result mix must be 120 dollars per barrel.
\n" ); document.write( "\"%28340v%2B15000%29%2F%282v%2B150%29=120\"\r
\n" ); document.write( "\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28v=30%29\"
\n" ); document.write( "
\n" );