document.write( "Question 1184394: Johnny had some pears. He sold 2/5 of them and then gave another
\n" );
document.write( "144 pears to his friend. Johnny then had 1/3 of his total pears left. How many
\n" );
document.write( "pears did he have at first? \n" );
document.write( "
Algebra.Com's Answer #814971 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Johnny had some pears. \n" ); document.write( " He sold 2/5 of them and then gave another 144 pears to his friend. \n" ); document.write( " Johnny then had 1/3 of his total pears left. \n" ); document.write( " How many pears did he have at first? \n" ); document.write( ": \n" ); document.write( "let a = original amt he had \n" ); document.write( "a - \n" ); document.write( "can use a decimal here \n" ); document.write( "a - .4a - 144 = \n" ); document.write( ".6a - 144 = \n" ); document.write( "get rid of the fraction multiply by 3 \n" ); document.write( "1.8a - 432 = a \n" ); document.write( "1.8a - a = 432 \n" ); document.write( ".8a = 432 \n" ); document.write( "a = 432/.8 \n" ); document.write( "a = 540 pears originally \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |