document.write( "Question 1076352: Situation 3: Melissa and Trevor sell candy bars to raise money for a class field trip. Trevor sells 1 more than five times as many as Melissa sells. Together they sell 49 candy bars.
\n" );
document.write( " Let m be the number of candy bars Melissa sells. Let t be the number of candy bars Trevor sells. Write a linear system to represent this situation.
\n" );
document.write( "49= t + m
\n" );
document.write( "T= 1+ 5m\r
\n" );
document.write( "\n" );
document.write( "If m is 5, t is 26. If m is 8 , t is 41 because Trevor sells 1 more than 5 times what Melissa sells.
\n" );
document.write( "I have done this much so far on my own. But I need help with finding the other linear equation with m. I have T but not m. Please show me how to set up M's equation.
\n" );
document.write( "thank you.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690981 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! t+m=49 \n" ); document.write( "t=5m+1 \n" ); document.write( "5m+1+m=49 by substitution \n" ); document.write( "6m=48 \n" ); document.write( "m=8 \n" ); document.write( "t=41 \n" ); document.write( "You are correct all throughout. The linear system consists of the two equations above. \n" ); document.write( "5m=t-1 \n" ); document.write( "m+(1/5)(t-1) \n" ); document.write( " |