SOLUTION: a student is declared pass if he passes in all 6 subjects .in how many ways he can fail
Algebra
->
Permutations
-> SOLUTION: a student is declared pass if he passes in all 6 subjects .in how many ways he can fail
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 728858
:
a student is declared pass if he passes in all 6 subjects .in how many ways he can fail
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
There is only one way to pass overall (by passing each subject)
This is out of 2^6 = 64 ways total (to either pass or fail any class, with any combo of pass/fail)
So there are 64 - 1 = 63 ways to fail overall.