document.write( "Question 425916: i need help solving the following word problem:
\n" );
document.write( "A wholesaler has 100kg of mixed nuts that sell for $4/kg. In order to make the price more attractive, she plans to mix in some cheaper nuts worth $3.20/kg. If the wholesaler wants to sell the mixture for $3.40/kg, how many kilograms of the cheaper nuts should be used?\r
\n" );
document.write( "\n" );
document.write( "I came up with an answer of 75kg. Is this correct? \n" );
document.write( "
Algebra.Com's Answer #296398 by Theo(13342)![]() ![]() You can put this solution on YOUR website! has 100 kg of mixed nuts that sell for $4.00/kg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = amount that sell for $3.20/kg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "100*4 + x*3.20 = (100+x)*3.40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get: \n" ); document.write( "400 + 3.2*x = 3.4*x + 340 \n" ); document.write( "subtract 340 from both sides of the equation to get: \n" ); document.write( "60 + 3.2*x = 3.4*x \n" ); document.write( "subtract 3.2*x from both sides of the equation to get: \n" ); document.write( "60 = .2*x \n" ); document.write( "divide both sides of the equation by .2 to get: \n" ); document.write( "x = 300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she would need to add 300 kg of nuts at $3.20/kg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if she did this, the total cost would be 100 * $4.00 + 300 * $3.20 = $400.00 + $960 = $1360 and the total cost/kg would be equal to $1360 / 400 = $3.40/kg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total kg of her new mixture is 100 + 300 = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total price of her new mixture is 100*4 + 300*3.2 = 1360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the cost per kg of her new mixture is 1360/400 = 3.4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your answer should be 300 kg.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |