document.write( "Question 507473: A delivery truck arrives at the Robert's store with 8 small boxes and 5 large boxes. The total charge for the boxes, without the tax and delivery charges, is 184 pesos. A large box cost 3 pesos more than a small box. What is the cost of each box?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #340487 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A delivery truck arrives at the Robert's store with 8 small boxes and 5 large boxes. The total charge for the boxes, without the tax and delivery charges, is 184 pesos. A large box cost 3 pesos more than a small box. What is the cost of each box? \n" ); document.write( ". \n" ); document.write( "Let x = cost (pesos) of small box \n" ); document.write( "then \n" ); document.write( "x+3 = cost (pesos) of large box \n" ); document.write( ". \n" ); document.write( "8x + 5(x+3) = 184 \n" ); document.write( "8x + 5x+15 = 184 \n" ); document.write( "13x+15 = 184 \n" ); document.write( "13x = 169 \n" ); document.write( "x = 13 pesos (small box) \n" ); document.write( ". \n" ); document.write( "Large box: \n" ); document.write( "x+3 = 13+3 = 16 pesos \n" ); document.write( " |