document.write( "Question 410154: I need help with this question...
\n" );
document.write( "If n pencils cost S cents, how much would k pencils cost, in cents?
\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #288495 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! cost of one pencil ___ S/n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cost of k pencils ___ k * (S/n) ___ kS/n \n" ); document.write( " |