document.write( "Question 271155: A store owner has two different blends of coffee. Brand A sells for $10.50/lb and Brand B sells for $5.75/lb. The owner wants to create a 25 lb mixture of Brand A and B to sell for $8.22 a pound. How much of each blend should he use? \n" ); document.write( "
Algebra.Com's Answer #198592 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
In words:
\n" ); document.write( "(cost of Brand A in mix) + (cost of brand B in mix) = cost of mix
\n" ); document.write( "which is the same as:
\n" ); document.write( "(pounds of Brand A in mix) x (cost per pound) + (pounds of brand B in mix) x (cost per pound) = pounds of mix) x (cost per pound of mix)
\n" ); document.write( "Let \"A\" = pounds of brand A in mix
\n" ); document.write( "Let \"B\" = pounds of brand B in mix
\n" ); document.write( "(1) \"A+%2B+B+=+25\"
\n" ); document.write( "\"A%2A10.5+%2B+B%2A5.75+=+25%2A8.22\"
\n" ); document.write( "Multiply both sides by \"100\"
\n" ); document.write( "(2) \"1050A+%2B+575B+=+20550\"
\n" ); document.write( "and, from (1),
\n" ); document.write( "(1) \"B+=+25+-+A\"
\n" ); document.write( "By substitution:
\n" ); document.write( "(2) \"1050A+%2B+575%2A%2825-+A%29+=+20550\"
\n" ); document.write( "\"1050A+%2B+14375+-+575A+=+20550\"
\n" ); document.write( "\"475A+=+6175\"
\n" ); document.write( "\"A+=+13\"
\n" ); document.write( "and, since
\n" ); document.write( "\"B+=+25+-+A\"
\n" ); document.write( "\"B+=+25+-+13\"
\n" ); document.write( "\"B+=+12\"
\n" ); document.write( "He needs 13 pounds of brand A and 12 pounds of brand B
\n" ); document.write( "check:
\n" ); document.write( "\"A%2A10.5+%2B+B%2A5.75+=+25%2A8.22\"
\n" ); document.write( "\"13%2A10.5+%2B+12%2A5.75+=+25%2A8.22\"
\n" ); document.write( "\"136.5+%2B+69+=+205.5\"
\n" ); document.write( "\"205.5+=+205.5\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" ); document.write( "
\n" );