document.write( "Question 1189865: A certain brand of house paint must be purchased either in quarts at $12 each or in gallons at $18 each. A painter needs a 3-gallon mixture of the paint consisting of 3 parts blue and 2 parts white. What is the least amount of money needed to purchase sufficient quantities of the two colors to make the mixture?
\n" );
document.write( "a)$54 b)$60 c)$66 d)$90 e)$144 \n" );
document.write( "
Algebra.Com's Answer #821368 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A certain brand of house paint must be purchased either in quarts at $12 each or in gallons at $18 each. \n" ); document.write( " A painter needs a 3-gallon mixture of the paint consisting of 3 parts blue and 2 parts white. \n" ); document.write( " What is the least amount of money needed to purchase sufficient quantities of the two colors to make the mixture? \n" ); document.write( ": \n" ); document.write( "3 gal = 12 qts \n" ); document.write( "let b = amt of blue paint in quarts \n" ); document.write( "let w = amt of white \n" ); document.write( ": \n" ); document.write( "b + w = 12 \n" ); document.write( "and using the ratio of blue to white \n" ); document.write( " \n" ); document.write( "2b = 3w \n" ); document.write( "b = (3w)/2 \n" ); document.write( "b = 1.5w \n" ); document.write( "find in terms of w \n" ); document.write( "1.5w + w = 12 \n" ); document.write( "2.5w = 12 \n" ); document.write( "w = 12/2.5 \n" ); document.write( "w = 4.8 quarts of white required \n" ); document.write( "then \n" ); document.write( "b = 12 - 4.8 = 7.2 quarts of blue \n" ); document.write( "subtract no. of whole gallons from each, cost 2 *18 = $36 \n" ); document.write( ".8qts of white and 3.2 qts of blue close enough to 4, get another gal of blue \n" ); document.write( "that would now be 3 * 18 = $54 plus 1 qt of white, 54 + 12 = $66 \n" ); document.write( ": \n" ); document.write( "Summarize $66: 2 gal of blue ($36), 1 gal and 1 qt of white, ($18 + $12) \n" ); document.write( " |