document.write( "Question 1008600: A petroleum company has two different sources of crude oil. the first source provides crude oil that is 25% hydrocarbons and the second one provides crude oil that is 50% hydrocarbons. In order to obtain 60 gallons of crude oil that is 30% hydrocarbons how many gallons of crude oil must be used from each of the two sources\r
\n" );
document.write( "\n" );
document.write( "first source = \r
\n" );
document.write( "\n" );
document.write( "Second source = \n" );
document.write( "
Algebra.Com's Answer #624201 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let's call the first source x and the second source y: \n" ); document.write( "x+y= 60 subtract x from both sides: \n" ); document.write( "y= 60-x \n" ); document.write( "---------------------- \n" ); document.write( ".25x+.50y= .30(60) \n" ); document.write( ".25x+.50(60-x)= .30(60) \n" ); document.write( ".25x+30-.50x= 18 Now subtract x on left and subtract 30 on both sides: \n" ); document.write( "-.25x= -12 Divide both sides by -.25, and remember that -/- = + \n" ); document.write( "x= 48 You need 48 gallons of .25 and 60-48= 12 gallon of .5 \n" ); document.write( " |