

InterviewSolution
Saved Bookmarks
1. |
A survey was conducted to know the hobby of 220 students in class 9. out of which 130 students informed about their hobby as rock climbing and 180 students informed about their hobby as sky watching. There are 110 students who followed both the hobbies. then how many students don't have both of the hobbies?, how many students only prefer Rock climbing? , How many students follow only sky watching? |
Answer» <html><body><p>Let A be rock climbing hobby =130Let <a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a> be the sky <a href="https://interviewquestions.tuteehub.com/tag/watching-733575" style="font-weight:bold;" target="_blank" title="Click to know more about WATCHING">WATCHING</a> hobby =180n(A∩B)=110Total <a href="https://interviewquestions.tuteehub.com/tag/students-1230546" style="font-weight:bold;" target="_blank" title="Click to know more about STUDENTS">STUDENTS</a> (U)=220Hencen(A∪B)=<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>(A)+n(B)−n(A∩B) =130+180−110 =200Let n(A∪B) ′ = Who do not have <a href="https://interviewquestions.tuteehub.com/tag/either-7265046" style="font-weight:bold;" target="_blank" title="Click to know more about EITHER">EITHER</a> hobbyn(A∪B) ′ =n(U)−n(A∪B) =220−200 =20Therefore 20 students do not have both hobbyStudent's who only like rock climbing =n(A)−n(A∩B) =130−110 =20Students who only like sky watching =n(B)−n(A∩B) =180−110 =70</p></body></html> | |