document.write( "Question 1207393: A department store sells a pair of shoes for $73 and an assortment
\n" ); document.write( "of bags for $44 each. In one day, the store sells n pairs of shoes
\n" ); document.write( "and (n - 7) bags. Which expressions represent the day’s total sales
\n" ); document.write( "for shoes and bags at the store?
\n" ); document.write( "A) 73n + 44n + 308
\n" ); document.write( "B) 44(n - 7) + 73n
\n" ); document.write( "C) 44n + 73(n - 7)
\n" ); document.write( "D) 73n + 44(n - 7)
\n" ); document.write( "E) n(73 + 44) - 7
\n" ); document.write( "F) 117n - 308
\n" ); document.write( "G) 117n - 7
\n" ); document.write( "

Algebra.Com's Answer #845245 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
i get 73n + 44(n-7).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the store gets 73 dollars a pair of shoes and 44 dollars a bag.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in one day, the store sells n pairs of shoes and (n-7) bags.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n pairs of shows * 73 dollars a pair = 73 * n. = 73n.
\n" ); document.write( "(n-7) bags * 44 dollars a bag = 44 * (n - 7) = 44(n-7).
\n" ); document.write( "the total revenue is 73 * n + 44 * (n - 7) = 73n + 44(n-7).
\n" ); document.write( "that's selection D.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );