document.write( "Question 836469: can you solve this system of linear equation by graphing please and show me how you did it.
\n" ); document.write( "Like how you found the equations to make the graph \r
\n" ); document.write( "\n" ); document.write( "353 people attend a local play at a private club. Members get tickets for $2.75, while non-members have to pay $6.50. If the total gate for the play came to $1762, how many members and non-members came to the play?
\n" ); document.write( "

Algebra.Com's Answer #504192 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Let m be the number of members and n be the number of non-members. We know that 353 people showed up, so m+n = 353. Also, each member paid $2.75 and each non-member paid $6.50, so we have 2.75m + 6.50n = 1762. So we have the following system of linear equations:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "m+n = 353
\n" ); document.write( "2.75m + 6.50n = 1762\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then you can graph both equations in the mn-plane. However the best way to solve it is likely to use substitution (n = 353-m, substitute).
\n" ); document.write( "
\n" );