document.write( "Question 375838: How many pounds of candy worth $8 per pound must be mixed with 4lbs of candy worth $10.50 per pound to create a mixture that costs $9 per pound? \n" ); document.write( "
Algebra.Com's Answer #267278 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Let x represent the pounds of $8 per pound candy
\n" ); document.write( "Mixing the candy to create a mixture that cost 9$ per pound
\n" ); document.write( "8x + 10.50*4lb = 9*(x + 4lb)
\n" ); document.write( "solving for x
\n" ); document.write( "8x + 10.50*4lb = 9*x + 9*4lb
\n" ); document.write( "1.50*4lb = x
\n" ); document.write( "6lb = x, the amount of the pounds of $8 per pound candy
\n" ); document.write( "CHECKING our Answer
\n" ); document.write( "$8/lb*6lb + $10.50/lb*4lb = $48 + $42 = $90 = 9/lb*10lb \n" ); document.write( "
\n" );