document.write( "Question 803073: A group of 100 people, some students and some faculty, attended a museum opening. Each student paid $10 per person for entrance to the museum and each of the faculty paid $25 per person for entrance. If the total paid, for all 100 people, was $1300, how many students attended the museum opening? \n" ); document.write( "
Algebra.Com's Answer #484112 by homeworkhedgehog(9)\"\" \"About 
You can put this solution on YOUR website!
This is a system of equations problem, meaning that you need two equations to solve for two variables (number of students, number of faculty).\r
\n" ); document.write( "\n" ); document.write( "The situation is $10 x (the number of students) + $25 x (the number of faculty) = $1300 total\r
\n" ); document.write( "\n" ); document.write( "If we use variables, we get\r
\n" ); document.write( "\n" ); document.write( "\"10s+%2B+25f+=+1300\"\r
\n" ); document.write( "\n" ); document.write( "The other equation we need is a bit simpler but a little more hidden in the question:\r
\n" ); document.write( "\n" ); document.write( "There are only two types of people (students, faculty) attending and we know the total is 100, so our equation is \r
\n" ); document.write( "\n" ); document.write( "\"s+%2B+f+=+100\"\r
\n" ); document.write( "\n" ); document.write( "From here, we can use Elimination or Substitution to solve for the number of students, s.\r
\n" ); document.write( "\n" ); document.write( "We'll use substitution:\r
\n" ); document.write( "\n" ); document.write( "If we solve \r
\n" ); document.write( "\n" ); document.write( "\"s+%2B+f+=+100\"\r
\n" ); document.write( "\n" ); document.write( "for f by subtracting s from both sides, we get\r
\n" ); document.write( "\n" ); document.write( "\"f+=+100+-+s\"\r
\n" ); document.write( "\n" ); document.write( "Now we can plug f back into the other equation and solve for s:\r
\n" ); document.write( "\n" ); document.write( "\"10s+%2B+25%28100+-+s%29+=+1300\"
\n" ); document.write( "\"10s+%2B+2500+-+25s+=+1300\" ; Distribute 25
\n" ); document.write( "\"-15s+%2B+2500+=+1300\" ; Combine \"like\" terms
\n" ); document.write( "\"-15s+=+-1200\" ; Subtract 2500 from both sides
\n" ); document.write( "\"s+=+80\" ; Divide both sides by -15\r
\n" ); document.write( "\n" ); document.write( "So we find out that there are 80 students. \r
\n" ); document.write( "\n" ); document.write( "You can check your answers by realizing that since there are 80 students out of 100, the other 20 must be faculty. \r
\n" ); document.write( "\n" ); document.write( "Plug s = 80 and f = 20 into your original equation of\r
\n" ); document.write( "\n" ); document.write( "\"10s+%2B+25f+=+1300\"\r
\n" ); document.write( "\n" ); document.write( "to get\r
\n" ); document.write( "\n" ); document.write( "\"10%2880%29+%2B+25%2820%29\"
\n" ); document.write( "=\"800+%2B+500%29\"
\n" ); document.write( "=\"1300\"\r
\n" ); document.write( "\n" ); document.write( "And it checks out.
\n" ); document.write( "
\n" );