Steps
Step 1: For each (x,y) point calculate x2 and xy.
Step 2: Sum all x, y, x2 and xy, which gives us Σx, Σy, Σx2 and Σxy (Σ means "sum up")
Step 3: Calculate Slope m:
m = N Σ(xy) − Σx Σy N Σ(x2) − (Σx)2
Step 4: Calculate Intercept b:
b = Σy − m Σx N.
Step 5: Assemble the equation of a line.
Answer:
The probability of hitting a single or a double is 1/5 or 20% or 20/100 or 0.2
Step-by-step explanation:
In probability, whenever we are to answer an ‘or’ question, we add up the probabilities involved.
The probability of hitting a single is 15%, that is same as 15/100 or just simply 0.15
The probability of hitting a double is 5%, that is simply 5/100 or just simply 0.05
The probability of hitting a single or a double = Probability of hitting a single + Probability of hitting a double = 0.15 + 0.05 = 0.20 or 20/100 or 1/5