document.write( "Question 878882: Dried banana sell for $0.80 per quarter-pound and dried apricots sell for $1.00 per quarter-pound. How many pounds of apricots should be mixed with 15 pounds of bananas to get a mixture that sells for $0.90 per quarter-pound? \n" ); document.write( "
Algebra.Com's Answer #530358 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Dried banana sell for $0.80 per quarter-pound and dried apricots sell for $1.00 per quarter-pound. How many pounds of apricots should be mixed with 15 pounds of bananas to get a mixture that sells for $0.90 per quarter-pound?
\n" ); document.write( "***
\n" ); document.write( "let x=pounds of dried apricots should be mixed with dried bananas
\n" ); document.write( "price of dried apricots=$1/(1/4) lb=$4/pound
\n" ); document.write( "price of dried banamas=$0.80/(1/4) lb=$3.20/pound
\n" ); document.write( "price of mixture=$0.90/(1/4) lb=$3.60/pound
\n" ); document.write( "..
\n" ); document.write( "4.00x+3.20*15=(15+x)*3.60
\n" ); document.write( "4x+48=54+3.6x
\n" ); document.write( "0.4x=6
\n" ); document.write( "x=15
\n" ); document.write( "pounds of dried apricots that should be mixed with dried bananas=15
\n" ); document.write( "
\n" );