document.write( "Question 1035640: The shipping cost for an order at an online store is 1/10 the cost for the items you order. What is an expression for the total of a given order. What are the total cost for order of $43,$79,$95, and $103. \n" ); document.write( "
Algebra.Com's Answer #650295 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let's call the amount of our order, x. \n" ); document.write( "The shipping cost is 1/10 of that, or .1x. \n" ); document.write( "The total of a given order would then be \n" ); document.write( "x + .1x = 1.1x \n" ); document.write( "Thus, \n" ); document.write( "$43 ==> $47.30 \n" ); document.write( "$79 ==> $86.90 \n" ); document.write( "etc...you do the last two... \n" ); document.write( " |