document.write( "Question 388799: 60 students pass the maths exam and 50 pass the english exam. 10 students pass in neither of the exams and 50% passed both the exams. What is the probability that a student selected at random passed in maths? \n" ); document.write( "
Algebra.Com's Answer #275207 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let N = total # of students.
\n" ); document.write( "Then \"N%2F2\" = # students who passed BOTH math and english,
\n" ); document.write( "\"50+-+N%2F2\" = # students who passed english but not math, and
\n" ); document.write( "\"60+-+N%2F2\" = # students who passed math but not english.
\n" ); document.write( "Hence\r
\n" ); document.write( "\n" ); document.write( "\"50+-+N%2F2+%2B+N%2F2+%2B+60+-+N%2F2+%2B+10+=+N\",
\n" ); document.write( "\"120+-+N%2F2+=+N\",
\n" ); document.write( "\"120+=+3N%2F2\", or N = 80, the total number of students.
\n" ); document.write( "Therefore the probability that a student selected at random passed in maths is 60/80, or 3/4.
\n" ); document.write( "
\n" );