document.write( "Question 1120819: Rui Feng has enough money to buy 24 apples.If the price of each apples is reduced by 5 cents, he will be able to buy an extra 6 apples with the same ammount of money. Find the original price of each apples.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #736499 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Rui Feng has enough money to buy 24 apples. \n" ); document.write( "If the price of each apples is reduced by 5 cents, he will be able to buy an extra 6 apples with the same amount of money. \n" ); document.write( " Find the original price of each apples. \n" ); document.write( ": \n" ); document.write( "let a = the original price of the apples \n" ); document.write( "\"has enough money to buy 24 apples.\" therefore: \n" ); document.write( "24a = the amt of money he has \n" ); document.write( ": \n" ); document.write( "six more means he can buy 30 apples \n" ); document.write( "30(a-5) = 24a \n" ); document.write( "30a - 150 = 24a \n" ); document.write( "30a - 24a = 150 \n" ); document.write( "6a = 150 \n" ); document.write( "a = 150/6 \n" ); document.write( "a = 25 cents is the original price for each apple \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this. 24 * 25 = 600 cents or $6 the amt of money he has \n" ); document.write( "find the no of apples he can buy for 20 cents (5 cents cheaper) \n" ); document.write( "600/20 = 30 apples \n" ); document.write( " \n" ); document.write( " |