Question
Two programming languages, L1 and L2, are designed to implement stochastic algorithms, which are the methods to solve computational problems by random numbers. The execution
Two programming languages, L1 and L2, are designed to implement stochastic algorithms, which are the methods to solve computational problems by random numbers. The execution time for an instance of a standard problem is also random with the following information:
- L1: follows the normal distribution with mean 93 s and standard deviation 25 s;
- L2: follows the normal distribution with mean 100 s and standard deviation 20 s.
Though the mean of the execution time of L1 is shorter but it generates more errors due to some design flaws. The mean rates are 10 errors per 50 s of execution and 4 errors per 50 s of execution for L1 and L2 respectively.
A web server provides an interface for the public to solve this standard problem. It connects to many computational servers. It is known that 70% of the computational servers are implemented by L1 and 30% by L2. If the execution time of an instance of this problem is less than 100 s, it is evaluated as "fast".
Q2. Among all instances that are "fast", find the probability that a randomly chosen one is executed by L1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started