document.write( "Question 158765: A food store a 10-lb mixture of peanuts, cashews, and raisins. Peanuts cost $1.50 per pound, cashews cost $1.00 per pound, and raisins cost $1.00 per pound. The mixture calls for twice as much peanuts than cashews. The total cost of the mixture is $12.00. How much of each ingredient did the store use? \n" ); document.write( "
Algebra.Com's Answer #117001 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let x=amount of peanuts \n" ); document.write( "and y=amount of cashews \n" ); document.write( "and z =amount of raisins\r \n" ); document.write( "\n" ); document.write( "Now we are told that: \n" ); document.write( "x+y+z=10--------------------------------eq1 \n" ); document.write( "we are also told that: \n" ); document.write( "2y=x------------------------------------eq2 \n" ); document.write( "and\r \n" ); document.write( "\n" ); document.write( "($ are understood) \n" ); document.write( "1.5x+y+z=12-----------------------------eq3\r \n" ); document.write( "\n" ); document.write( "subtract eq1 from eq3 and we get \n" ); document.write( "0.5x=2 divide each side by 0.5 \n" ); document.write( "x=4 lb----------------------------------amount of peanuts used \n" ); document.write( "substitute x=4 into eq2 and we get: \n" ); document.write( "2y=4 divide each side by 2 \n" ); document.write( "y=2 lb------------------------------------------amount of cashews used\r \n" ); document.write( "\n" ); document.write( "substitute x=4 and y=2 into eq1 and we get\r \n" ); document.write( "\n" ); document.write( "4+2+z=10 or \n" ); document.write( "6+z=10 subtract 6 from each side \n" ); document.write( "6-6+z=10-6 \n" ); document.write( "z=4 lb--------------------------------------------amount of raisins used\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "4+2+4=10 \n" ); document.write( "10=10 \n" ); document.write( "and \n" ); document.write( "(1.5)*4+2+4=12 \n" ); document.write( "6+2+4=12 \n" ); document.write( "12=12\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |