document.write( "Question 400609: Tal is making a nut mixture to sell at the local farmers' market. He mixes 5 pounds of pistachios with a nut mixture that is 70% pistachios. The resulting mixture is 80% pistachios. How many pounds of nut mixture does Tal make? \n" ); document.write( "
Algebra.Com's Answer #283586 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=number of lbs of nut mixture used \n" ); document.write( "Now we know that the amount of pistachios that we have before the mixture takes place has to equal the amount of pistachios that we have after the mixture takes place. \n" ); document.write( "Amount of Pistachios before the mixture takes place: 5+0.70x \n" ); document.write( "Amount of pistachios after the mixture takes place: 0.80(5+x) \n" ); document.write( "So, our equation to solve is: \n" ); document.write( "5+0.70x=0.80(5+x) get rid of parens and simplify \n" ); document.write( "5+0.70x=4+0.80x subtract 5 and also 0.80x from each side \n" ); document.write( "-0.10x=-1 \n" ); document.write( "x=10 lbs------amount of nut mixture needed\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "5+0.70*10=0.80*15 \n" ); document.write( "5+7=12 \n" ); document.write( "12=12\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |