document.write( "Question 13556: Here is a problem I can't figure out for the lifeof me. Museum charges $10 for regular admission, $7 for members, and $5 for students. Saturday, 750 tickets were sold for $5400. If 20 more student tickets than regular tickets were sold, how many of each type of ticket were sold?
\n" );
document.write( "This is what I was trying to do:
\n" );
document.write( "10x+7y+5s+(x+20)=750
\n" );
document.write( "I am just not sure if you would have to figure out, oh never mind, I am not understanding what to do. Please help me. Thank you!!!!!!!! :( \n" );
document.write( "
Algebra.Com's Answer #6959 by LilSkittleMd(119)![]() ![]() ![]() You can put this solution on YOUR website! Let r=regular \n" ); document.write( "s=student \n" ); document.write( "m=member \n" ); document.write( "There are 3 different equations in this problem. \n" ); document.write( "r+m+s=750 (equation 1) \n" ); document.write( "r+0m-s=-20 (equation 2) \n" ); document.write( "10r+7m+5s=5400 (equation 3) \n" ); document.write( "First take the first two equations, use the elimination method to eliminate one variable. Eliminate r \n" ); document.write( "-10r-10m-10s=-7500 \n" ); document.write( "10r+7m+5s=5400 (equation 4) \n" ); document.write( "Now take the first and third equations and use the same method and eliminate the same variable \n" ); document.write( "-r-m-s=-750 \n" ); document.write( "r+0m-s=-20 \n" ); document.write( "-m-2s=-770 (equation 5) \n" ); document.write( "Take equation 4 and equation 5, use the same method, and eliminate one of the remaining variables \n" ); document.write( "3m+6s=2310 \n" ); document.write( "-3m-5s=-2100 \n" ); document.write( "s=210 \n" ); document.write( "plug in the value of s into either equation 4 or 5 \n" ); document.write( "-m-2(210)=-770 \n" ); document.write( "-m-420=-770 \n" ); document.write( "-m=-350 \n" ); document.write( "m=350 \n" ); document.write( "Now take the m and s values and plug them into one of the 3 original equations \n" ); document.write( "r+350+210=750 \n" ); document.write( "r+560=720 \n" ); document.write( "r=190 \n" ); document.write( "There were 190 regular tickets sold,350 member tickets sold,and 210 student tickets sold \n" ); document.write( " \n" ); document.write( " |