document.write( "Question 1133930: A man wants to make up 100 one-pound jars of nuts to sell for 66 cents a jar. He plans to use 40 pounds of nuts worth 75 cents a pound. What should be the price of the other type of nuts he uses? \n" ); document.write( "
Algebra.Com's Answer #751186 by addingup(3677)![]() ![]() You can put this solution on YOUR website! You are using 40lbs of 0.75 and want to make 100, so you must add 60lbs of x: \n" ); document.write( "40(0.75) + 60(x) = 100(0.66) \n" ); document.write( "30 + 60x = 66 \n" ); document.write( "60x = 36 \n" ); document.write( "x = 0.60 \n" ); document.write( "the price of the other type of nuts should be 60 cents a pound \n" ); document.write( " \n" ); document.write( " |