document.write( "Question 622851: If p pencils cost 2 D dollars, how many pencils can be bought for c cents?
\n" ); document.write( "Can anyone go into detail in figuring out how that is the answer?
\n" ); document.write( "

Algebra.Com's Answer #391653 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
In words:
\n" ); document.write( "number of pencils bought = ( total spent in cents ) / ( cost/ one pencil in cents )
\n" ); document.write( "\"+2D+\" dollars x \"+100+%2F+1+\" cents/dollar = \"+200D+\" cents
\n" ); document.write( "The cost/ one pencil in cents = \"+200D+\" cents
\n" ); document.write( "and, since
\n" ); document.write( "number of pencils bought = ( total spent in cents ) / ( cost/ one pencil in cents )
\n" ); document.write( "number of pencils bought = \"+c+%2F+%28+200D+%29+\"
\n" ); document.write( "
\n" );