document.write( "Question 309198: How many pounds of hamburger worth $1.05 per pound must be mixed with 60 pounds of hamburger worth $0.90 per pound to produce hamburger worth $1.00 per pound? \n" ); document.write( "
Algebra.Com's Answer #221095 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! first mixture + second mixture = total mixture\r \n" ); document.write( "\n" ); document.write( "Let x = pounds of hamburger\r \n" ); document.write( "\n" ); document.write( "x(1.05) + 60(0.90) = (1.00)(x + 60)\r \n" ); document.write( "\n" ); document.write( "Can you do it now? \n" ); document.write( " |