For 2nd question (probability): Looks like one data is missing for C.
If I assume C can shoot 8 out of 10. times then:

P(A) = 4/5
P(B)=6/7
P(C)=8/10

Required Probability should be = P(A) * P(B) + P(B) * P(C) + P(A) *
P(C)

On Jan 11, 9:58 pm, snehal jain <[email protected]> wrote:
> 1. what is valid in cpp
> char *cp;
> const char* cpp;
> 1. cpp=cp 2. cp=cpp
>
> 2 there r 3 ppl A B C
> A can shoot the target 4 out of 5 times B can shoot 6 out of 7 times
> and C can shoot 8 out of  times. 2 people r selected at random. then
> wat is the probability of hitting the target?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to