document.write( "Question 1198362: Elizabeth wants to start selling cookies at a local farmers market. The farmers market charges an initial set up fee of $175, and each cookie will cost $0.25 to make.
\n" );
document.write( "Which of the following functions relates to the total cost (C) and the number of cookies made (n)?\r
\n" );
document.write( "\n" );
document.write( "A) C=175+0.25n
\n" );
document.write( "B) C=0.25n-175
\n" );
document.write( "C) C=175-0.25n
\n" );
document.write( "D) C=2.5n+175
\n" );
document.write( "E) C=0.25n \n" );
document.write( "
Algebra.Com's Answer #831938 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: Choice A \n" ); document.write( "C = 175+0.25n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===============================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Reason:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n = number of cookies made \n" ); document.write( "0.25n = cost of making all of those n cookies at $0.25 each (aka 25 cents each) \n" ); document.write( "0.25n+175 = add on the initial set up fee and we arrive at the total cost\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.25n+175 is the same as 175+0.25n since the order of adding numbers doesn't matter (eg: 2+3 = 3+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An example: \n" ); document.write( "n = 200 cookies are made \n" ); document.write( "0.25n = 0.25*200 = 50 dollars in cost so far, ignoring the $175 fee \n" ); document.write( "0.25n+175 = 50+175 = 225 dollars total cost after adding on that initial $175 fee\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In other words, \n" ); document.write( "C = 0.25n+175 \n" ); document.write( "C = 0.25*200+175 \n" ); document.write( "C = 50+175 \n" ); document.write( "C = 225 \n" ); document.write( "Making n = 200 cookies will cost C = 225 dollars. \n" ); document.write( " \n" ); document.write( " |