document.write( "Question 363735: Please help me with these problems, thanks.\r
\n" );
document.write( "\n" );
document.write( "The instruction manual on the industrial oven suggests the oven temperature will increase by 45 degrees Fahrenheit per minute. When the oven is initially turned on, the temperature is 70 degrees Fahrenheit. What will the temperature of the oven be after 7 minutes? Write an expression and explain how you arrived at your answer. \r
\n" );
document.write( "\n" );
document.write( "3. In your industrial oven, you bake two baking sheets with 12 scones each, two baking sheets with 20 cookies each, and one baking sheet with 2 scones and 10 cookies. \r
\n" );
document.write( "\n" );
document.write( "a. Write an expression that illustrates the total cost of all baked goods in the scenario above using the variable s to represent the cost of scones, and the variable c to represent the cost of cookies. Simplify your expression by combining like terms. \r
\n" );
document.write( "\n" );
document.write( "b. Imagine you have decided to price the scones at $2.28 each and the cookies at $1.19 each. How much total revenue would result from selling all the scones and cookies baked in the oven at one time? \r
\n" );
document.write( "\n" );
document.write( "c. Yesterday your store earned $797.30 just from the sale of cookies. Write and solve an equation that represents how many cookies were sold.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #259423 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let t = time \n" ); document.write( " t = 7 mins. \n" ); document.write( " x = increase in temperature (degress Fahrenheit) per minute \n" ); document.write( " x = 45 \n" ); document.write( " 70 = initial temperature \n" ); document.write( " y = temperature after 7 mins. \n" ); document.write( "------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "y = 70 + (x*t) \n" ); document.write( "y = 70 + (45*7) \n" ); document.write( "y = 70 + 315 \n" ); document.write( "y = 385 degrees Fahrenheit \n" ); document.write( "------------------------------------------------ \n" ); document.write( "3. \n" ); document.write( "a.) \n" ); document.write( "s = cost of scones \n" ); document.write( "c = cost of cookies \n" ); document.write( "y = total cost\r \n" ); document.write( "\n" ); document.write( "Two baking sheets with 12 scones each = 24s\r \n" ); document.write( "\n" ); document.write( "Two baking sheets with 20 cookies each = 40c\r \n" ); document.write( "\n" ); document.write( "One baking sheet with two scones and 10 cookies = 2s + 10c\r \n" ); document.write( "\n" ); document.write( "y = 24s + 40c + 2s + 10c \n" ); document.write( "y = 26s + 50c \n" ); document.write( "-----------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "b.)\r \n" ); document.write( "\n" ); document.write( "s = $2.28 \n" ); document.write( "c = $1.19\r \n" ); document.write( "\n" ); document.write( "Substitute this values to the equation above.\r \n" ); document.write( "\n" ); document.write( "y = 26*2.28 + 50*1.19 \n" ); document.write( "y = 59.28 + 59.50 \n" ); document.write( "y = 118.78 \r \n" ); document.write( "\n" ); document.write( "The total revenue would be $118.78 \n" ); document.write( "-------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "c.) \n" ); document.write( "Let x = number of cookies sold\r \n" ); document.write( "\n" ); document.write( "total revenue = $797.30\r \n" ); document.write( "\n" ); document.write( "cookies cost $1.19 each\r \n" ); document.write( "\n" ); document.write( "we divide $797.30 by $1.19\r \n" ); document.write( "\n" ); document.write( "x = 797.30/1.19\r \n" ); document.write( "\n" ); document.write( "x = 670\r \n" ); document.write( "\n" ); document.write( "670 cookies were sold. \n" ); document.write( " |