document.write( "Question 1131585: Eric has enough money to buy 24 chocolate bars. If the price of each chocolate bar is reduced by 5 pesos, he will be able to buy an extra 6 chocolate bars with the same amount of money. Find the original price of each chocolate bar. \n" ); document.write( "
Algebra.Com's Answer #748267 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
\"price=cost%2Fquantity\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"P=C%2FQ\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"PQ=C\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "              PRICE       QUANTITY      COST\r\n" );
document.write( "Actual         p           24             c\r\n" );
document.write( "IF cheaper     p-5         30             c\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"p%2A24=%28p-5%29%2A30\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight_green%2824p=30%28p-5%29%29\"
\n" ); document.write( "Simplify and solve for p.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "25 peso per chocolate bar
\n" ); document.write( "\"p=25\"
\n" ); document.write( "
\n" );