document.write( "Question 623949: A man buys 12 apples every month. If the price fall by 40%, how many more apples would he be able to buy for the exact same amount? \n" ); document.write( "
Algebra.Com's Answer #392441 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+p+\" = the price he pays per apple
\n" ); document.write( "\"+12p+\" = price for 12 apples
\n" ); document.write( "\"+p+-+.4p+=+.6p+\" is price per apple after 40% drop
\n" ); document.write( "------------
\n" ); document.write( "So, he still wants to spend \"+12p+\" with \"+.6p+\" = price/apple
\n" ); document.write( "Let \"+n+\" = number of apples he can buy
\n" ); document.write( "\"+12p+=+.6p%2An+\"
\n" ); document.write( "\"+n+=+12p%2F.6p+\"
\n" ); document.write( "\"+n+=+20+\"
\n" ); document.write( "This is \"+20+-+12+=+8+\" more apples than before for the same amount\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );