document.write( "Question 908463: A petroleum company has two different sources of crude oil. The first source provides crude oil that is 60% hydrocarbons, and the second one provides crude oil that is 85%hydrocarbons. In order to obtain 170 gallons of crude oil that is 65% hydrocarbons, how many gallons of crude oil must be used from each of the two sources? \n" ); document.write( "
Algebra.Com's Answer #551051 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "a+b=170,
\n" ); document.write( "60*a+85*b=65*170
\n" ); document.write( "a=170-b
\n" ); document.write( "60*(170-b)+85*b=11050
\n" ); document.write( "10200-60b+85*b=11050
\n" ); document.write( "25*b=850
\n" ); document.write( "b=34
\n" ); document.write( "a=170-b
\n" ); document.write( "a=136 gal at 60%
\n" ); document.write( "b=34 gal at 85%
\n" ); document.write( "check
\n" ); document.write( "60*136+85*34=65*170
\n" ); document.write( "8160+2890=11050
\n" ); document.write( "11050=11050
\n" ); document.write( "ok
\n" ); document.write( "
\n" ); document.write( "
\n" );