document.write( "Question 1004069: Eva makes a few dozen cupcakes and sells them for $8 a dozen. Which function represents the relationship between the money Eva earns, m, and the number of cupcakes she sells, c?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #620620 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If she sells c cupcakes, then she sells c/12 dozen cupcakes. \n" ); document.write( "The money she earns is $8 per dozen or \n" ); document.write( "m = 8(c/12) = 2c/3 dollars \n" ); document.write( " |