Solver Probability for independent events
Algebra
->
Statistics
->
Normal-probability
-> Solver Probability for independent events
Log On
Normal Probability Models. Probability and area under the curve
Normal
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Probability for independent events'
This Solver (Probability for independent events)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input If there is a *[input d1=50]% chance that it will rain today and a *[input d2=25]% chance that it will rain tomorrow, what is the probability that it will rain both days? ==section solution If there is a $d1% chance that it will rain today and a $d2% chance that it will rain tomorrow, there is a $d1%*$d2% chance that it will rain both days. So there is a *[assign d3=$d1/100] *[assign d4=$d2/100] *[assign d5=$d3*$d4] *[assign d6=$d5*100] {{{$d6}}}% chance that it will rain both days. ==section output d3,d4,d5,d6 ==section check