document.write( "Question 1036054: Mr.adams buys a bag of apples and a bag of pears for a total of $14 there are eight pounds of fruit in all the apples cost $2.30 per pound and the pears cost $1.50 per pound. how many pounds of pears and apple did he buy \n" ); document.write( "
Algebra.Com's Answer #650637 by addingup(3677)![]() ![]() You can put this solution on YOUR website! a+p = 8 pounds - Subtract p from both sides: \n" ); document.write( "a = 8-p \n" ); document.write( "```````````````````````````````````` \n" ); document.write( "2.30a+1.50p= 14 \n" ); document.write( "2.30(8-p)+1.50p = 14 \n" ); document.write( "18.40-2.30p+1.50p = 14 \n" ); document.write( "-0.80p = -4.40 Divide, and remember that -/-=+ \n" ); document.write( "p = 5.50 \n" ); document.write( "Mr. Adams bought 5.50 pounds of pears and 14-5.50 = 8.50 pounds of apples \n" ); document.write( " \n" ); document.write( " |