The probability to wait more than 15 seconds to connect is 50% and the probability to wait at least 10 more seconds after waiting 10 seconds is 33.33%.
x = old modem establish connection = [0, 30]
Probability density function or PDF is
f(x) = [tex]\frac{1}{b-a}[/tex]; 0 ≤ x ≤ 30
Probability to wait more than 15 seconds to connect is
f(X>5) = [tex]\int\limits^{30}_{15} {f(x)} \, dx[/tex]
= [tex]\int\limits^{30}_{15} {\frac{1}{b-a}} \, dx[/tex]
= [tex]\frac{1}{30-0} \, [x]^{30}_{15}[/tex]
= [tex]\frac{30-15}{30}[/tex]
= 0.5 or 50%
Probability if already waited 10 seconds and having to wait at least 10 more seconds is equal to wait at least 20 seconds from start. So,
f(X>5) = [tex]\int\limits^{30}_{20} {f(x)} \, dx[/tex]
= [tex]\int\limits^{30}_{20} {\frac{1}{b-a}} \, dx[/tex]
= [tex]\frac{1}{30-0} \, [x]^{30}_{20}[/tex]
= [tex]\frac{30-20}{30}[/tex]
= 0.3333 or 33.33%
Thus, the 50% probability to wait more than 15 seconds to connect and 33.33% probability to wait at least 20 seconds to connect.
Learn more about probability here:
brainly.com/question/29487191
#SPJ4