document.write( "Question 253191: If p pencils cost c cents, how many pencils can be bought for d dollars?\r
\n" );
document.write( "\n" );
document.write( "A) dp/c B) 100c/dp C) 100cp/d D) 100cd/p E) 100dp/c \n" );
document.write( "
Algebra.Com's Answer #185420 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If p pencils cost c cents, how many pencils can be bought for d dollars?\r \n" ); document.write( "\n" ); document.write( "A) dp/c B) 100c/dp C) 100cp/d D) 100cd/p E) 100dp/c \n" ); document.write( ". \n" ); document.write( "Cost for one pencil is: \n" ); document.write( "c/p \n" ); document.write( "\"d dollars\" is equal to: \n" ); document.write( "100d cents \n" ); document.write( "Therefore, number of pencils you can buy is: \n" ); document.write( "100d/(c/p) \n" ); document.write( "100dp/c (Answer E) \n" ); document.write( " \n" ); document.write( " |