document.write( "Question 496595: Enrique is baking muffins and bread. He wants to bake a total of ten batches. Each batch of muffins bakes for 30min, and each batch of bread bakes for 50 min. Let m represent the number of batches of muffins.
\n" );
document.write( "- write an expression for the total time required to bake a combination of muffins and bread if each batch is baked separately. \r
\n" );
document.write( "\n" );
document.write( "Trying to help my kid so break it down for me please this one has me lost. \n" );
document.write( "
Algebra.Com's Answer #336559 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Enrique is baking muffins and bread. \n" ); document.write( " He wants to bake a total of ten batches. \n" ); document.write( " Each batch of muffins bakes for 30min, and each batch of bread bakes for 50 min. \n" ); document.write( " Let m represent the number of batches of muffins. \n" ); document.write( "- write an expression for the total time required to bake a combination of muffins and bread if each batch is baked separately. \n" ); document.write( ": \n" ); document.write( "Let m = no. of batches of muffins \n" ); document.write( "the total is 10 batches, therefore \n" ); document.write( "(10-m) = no. of batches of bread \n" ); document.write( ": \n" ); document.write( "time in terms of m \n" ); document.write( ": \n" ); document.write( "Time = muffin time + bread time \n" ); document.write( "t(m) = 30m + 50(10-m) \n" ); document.write( "t(m) = 30m + 500 - 50m \n" ); document.write( "t(m) = 30m - 50m + 500 \n" ); document.write( "t(m) = -20m + 500 \n" ); document.write( " |