document.write( "Question 1014962: When Michael buys an order of printer paper from the office supply store, he pays $20 for the first box and $15 for each additional box. Which of the following expression represents the total cost, in dollars, of an order of b boxes of paper?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #631312 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well you didn't show the choices, but the expression should be like \n" ); document.write( "Total cost for b boxes = 20 + 15(b-1) \n" ); document.write( " |