document.write( "Question 998371: TIM has a basket that is 60% pears and 40% apples. If he were to give away 45 pears, then the percentage of basket that is pears will decrease to 30%. How many apples are there in the basket? \n" ); document.write( "
Algebra.Com's Answer #616281 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let x = total amt of fruit, apples and pears \n" ); document.write( ": \n" ); document.write( "TIM has a basket that is 60% pears and 40% apples. \n" ); document.write( ".6x = initial number of pears \n" ); document.write( "and \n" ); document.write( ".4x = no. of apples \n" ); document.write( ": \n" ); document.write( "If he were to give away 45 pears, then the percentage of basket that is pears will decrease to 30%. \n" ); document.write( ".6x - 45 = .3x \n" ); document.write( ".6x - .3x = 45 \n" ); document.write( ".3x = 45 \n" ); document.write( "x = 150 total fruit \n" ); document.write( ": \n" ); document.write( " How many apples are there in the basket? \n" ); document.write( ".4 * 150 = 60 apples \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |