document.write( "Question 452064: a baker purchased 12 lb of wheat flour and 15 lb of rye flour for a total cost of 18.30. a second purchase, at the same prices, included 15 lb of wheat flour and 10 lb of rye flour. the cost of the second purchase was 16.75. find the cost per pound of the wheat flour and of the rye flour. \n" ); document.write( "
Algebra.Com's Answer #310754 by pedjajov(51)\"\" \"About 
You can put this solution on YOUR website!
w - amount of wheat purchased
\n" ); document.write( "r - amount of rye purchased\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "12w+15r=18.30 /*2
\n" ); document.write( "15w+10r=16.75 /*3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "24w+30r=36.60, subtract this equation from the other one
\n" ); document.write( "45w+30r=50.25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "21w=13.65
\n" ); document.write( "w=13.65/21
\n" ); document.write( "w=0.65 is a cost per pound for wheat flour\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From the first equation we have
\n" ); document.write( "r=(18.30-12w)/15
\n" ); document.write( "r=(18.30-12*0.65)/15
\n" ); document.write( "r=0.70 is a cost per pound for rye flour
\n" ); document.write( "
\n" );