document.write( "Question 105087: a fruit company makes snak containing dried apples and raisins. Dried apples cost 38 cents per ounce, and raisins cost 28 cents per ounce. To make a 10 ounce snack that will cost 34 cents and ounce, how much of each dried fruit will be used? \n" ); document.write( "
Algebra.Com's Answer #76525 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! a fruit company makes snak containing dried apples and raisins. Dried apples cost 38 cents per ounce, and raisins cost 28 cents per ounce. To make a 10 ounce snack that will cost 34 cents and ounce, how much of each dried fruit will be used? \n" ); document.write( "x=apples \n" ); document.write( "y=raisins \n" ); document.write( "x+y=10 \n" ); document.write( "38x+28y=340 \n" ); document.write( "============ \n" ); document.write( "x=10-y \n" ); document.write( "38(10-y)+28y=340 \n" ); document.write( "380-38y+28y=340 \n" ); document.write( "-10y=-40 \n" ); document.write( "y=4 \n" ); document.write( "=========== \n" ); document.write( "x+4=10 \n" ); document.write( "x=6 \n" ); document.write( "=========== \n" ); document.write( ":) \n" ); document.write( " |