document.write( "Question 235722: a blend of coffee has 60% of grade A and 40% of grade B, and is sold at 78 cents a pound. If the blend was 40% grade A and 60% grade B, the price would be 62 cents a pound. find the price of grade A per pound \n" ); document.write( "
Algebra.Com's Answer #173551 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a blend of coffee has 60% of grade A and 40% of grade B, and is sold at 78 cents a pound. \n" ); document.write( " If the blend was 40% grade A and 60% grade B, the price would be 62 cents a pound. \n" ); document.write( "find the price of grade A per pound \n" ); document.write( "; \n" ); document.write( "Let A = cost of Grade A per pound (in cents) \n" ); document.write( "Let B = cost of Grade B per pound \n" ); document.write( ": \n" ); document.write( "Write an equation for each blend \n" ); document.write( ": \n" ); document.write( ".6A + .4B = 78 \n" ); document.write( ".4A + .6B = 62 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 3, multiply the 2nd equation by 2 \n" ); document.write( "1.8A + 1.2B = 234 \n" ); document.write( "0.8A + 1.2B = 124 \n" ); document.write( "---------------------Subtraction eliminates B, find A \n" ); document.write( "1A + 0 = 110 \n" ); document.write( "A = 110 cents or $1.10 a lb \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "To check our solution, find the cost of B \n" ); document.write( ".6(110) + .4B = 78 \n" ); document.write( "66 + .4B = 78 \n" ); document.write( ".4B = 78 - 66 \n" ); document.write( ".4B = 12 \n" ); document.write( "B = \n" ); document.write( "B = 30 cents a lb \n" ); document.write( "; \n" ); document.write( "Check this in the 2nd equation \n" ); document.write( ".4(110) + .6(30) = \n" ); document.write( "44 + 18 = 62; confirms our solution \n" ); document.write( " |