document.write( "Question 1118462: Hi
\n" );
document.write( "bob had a total of 720 apples and oranges. 70% of them were oranges. He bought some more applesso that tthe percentage of apples increased to 40% of the total number of fruits. How many apples did he buy.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #733778 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Initially oranges make up 70% of the total. So the number of oranges = 0.7*720 = 504 \n" ); document.write( "Thus the number of apples = 720 - 504 = 216 \n" ); document.write( "Let a = the additional number of apples bought \n" ); document.write( "Then we have 216 + a = 0.4(720 + a), since the new amount of apples is 40% of the new total \n" ); document.write( "Solving for a gives a = 120 \n" ); document.write( "So the total number of apples bought is 336 \n" ); document.write( " |