@tmohan02 said:Remainder of (173*261)/13 + (248*249*250)/15 =???
173 mod 13 = 4
261 mod 13 = 1
248 mod 15 = 8
249 mod 15 = 9
250 mod 15 = 10
Required answer = (4*1) mod 13 + (8*9*10) mod 15
= 4 mod 13 + 0 mod 15
= 4
@tmohan02 said:Remainder of (173*261)/13 + (248*249*250)/15 =???
@anantn said:Difficulty: very difficult q3: There are 7 different classes that are held in a day, to be held on 7 days of the week, and there 10 students in the class who attend(or not attend) any class in any way. How many different such student combinations are possible for the entire week.
@anantn said:Difficulty: very difficult q3: There are 7 different classes that are held in a day, to be held on 7 days of the week, and there 10 students in the class who attend(or not attend) any class in any way. How many different such student combinations are possible for the entire week.
But it says here the student can attend or not attend the classes, and not asking about arrangement of classes...thats the confusing part.
Here's what i interpreted:
taking students one at a time
1st dy: 7 classes student can attend 0-7 classes so 2^7. similar for all days so it ends up as
(2^7)^7=2^49.
This is for one student, same logic and be extrapolated for all 10 students so:
(2^49)^10= 2^490.
since its talking about the number of ways the students attend classes...is the arrangement of classes using 7! really necessary?
@tmohan02 said:How (51^203)/7 is converted to (2^203)7 ???
er i meant 7^2 +2 not 7*2 +2
@anantn said:Difficulty: very difficult q3: There are 7 different classes that are held in a day, to be held on 7 days of the week, and there 10 students in the class who attend(or not attend) any class in any way. How many different such student combinations are possible for the entire week.
@anantn said:But it says here the student can attend or not attend the classes, and not asking about arrangement of classes...thats the confusing part.Here's what i interpreted:taking students one at a time1st dy: 7 classes student can attend 0-7 classes so 2^7. similar for all days so it ends up as(2^7)^7=2^49.This is for one student, same logic and be extrapolated for all 10 students so:(2^49)^10= 2^490.since its talking about the number of ways the students attend classes...is the arrangement of classes using 7! really necessary?
difficulty: moderate
q4: The professor plays a game of "pass the baton" with his class of N students. He randomly selects one student, say A, and that student again randomly selects another student (say B)and passes him the baton, then B selects another student and passes him the baton and the game ends. What is the probability that the first student who got the baton from the professor ends up with the baton in the end.
1. 1/(n-1)
2. 1/2(n-1)
3. 1/n
4. none of these
@anantn said:difficulty: moderateq4: The professor plays a game of "pass the baton" with his class of N students. He randomly selects one student, say A, and that student again randomly selects another student (say B)and passes him the baton, then B selects another student and passes him the baton and the game ends. What is the probability that the first student who got the baton from the professor ends up with the baton in the end.1. 1/(n-1)2. 1/2(n-1)3. 1/n4. none of these
OA says 2.
total number of ways= n(n-1)(n-1)
favourable ways: nc2
hence nc2/(n(n-1)(n-1) = option 2
The remainder of (54^124)/17 = ??
@grkkrg said:3. 1/n ?(n-1)/n * 1/(n-1) + 1/n * 0 = 1/nNot sure though.
@anantn said:difficulty: moderateq4: The professor plays a game of "pass the baton" with his class of N students. He randomly selects one student, say A, and that student again randomly selects another student (say B)and passes him the baton, then B selects another student and passes him the baton and the game ends. What is the probability that the first student who got the baton from the professor ends up with the baton in the end.1. 1/(n-1)2. 1/2(n-1)3. 1/n4. none of these
@tmohan02 said:The remainder of (54^124)/17 = ??Plz explain.