document.write( "Question 103302: How do you write a variable expression for these word phrases:\r
\n" );
document.write( "\n" );
document.write( "The value in cents of n nickels
\n" );
document.write( "The value in cents of d dimes and p pennies
\n" );
document.write( "The value in cents of w dollars
\n" );
document.write( "The value in dollars of y cents
\n" );
document.write( "The next whole number following a whole number w \n" );
document.write( "
Algebra.Com's Answer #75143 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The value in cents of n nickels: 5n \n" ); document.write( "The value in cents of d dimes and p pennies:10d+p \n" ); document.write( "The value in cents of w dollars:100w \n" ); document.write( "The next whole number following a whole number w:w+1 \n" ); document.write( " \n" ); document.write( " |