Step-by-step explanation:
if area of circle = pi times radius^2,
area of circle divided by pi = radius^2
so, square root (area of circle divided by 2) = radius.
so, 196pi = m2
approx 616
616=m2
sqrt 616 =m
approx value of radius is 25 or 24.8
pls mark this as brainliestttt
$1.44
each one cost 0.24
0.24 x 6 = 1.44
This is the distributive property. You take what is outside of the parenthesis and DISTRIBUTE it inside the parenthesis.
Let X be a discrete random variable with geometric distribution.
Let x be the number of tests and p the probability of success in each trial, then the probability distribution is:
P (X = x) = p * (1-p) ^ (x-1). With x = (1, 2, 3 ... n).
This function measures the probability P of obtaining the first success at the x attempt.
We need to know the probability of obtaining the first success at the third trial.
Where a success is defined as a customer buying online.
The probability of success in each trial is p = 0.3.
So:
P (X = 3) = 0.3 * (1-0.3) ^ (3-1)
P (X = 3) = 0.147
The probability of obtaining the first success at the third trial is 14.7%
Answer:
x ≈ -4.419
Step-by-step explanation:
Separate the constants from the exponentials and write the two exponentials as one. (This puts x in one place.) Then use logarithms.
0 = 2^(x-1) -3^(x+1)
3^(x+1) = 2^(x-1) . . . . . add 3^(x+1)
3×3^x = (1/2)2^x . . . . .factor out the constants
(3/2)^x = (1/2)/3 . . . . . divide by 3×2^x
Take the log:
x·log(3/2) = log(1/6)
x = log(1/6)/log(3/2) . . . . . divide by the coefficient of x
x ≈ -4.419
_____
A graphing calculator is another tool that can be used to solve this. I find it the quickest and easiest.
_____
<em>Comment on alternate solution</em>
Once you get the exponential terms on opposite sides of the equal sign, you can take logs at that point, if you like. Then solve the resulting linear equation for x.
(x+1)log(3) = (x-1)log(2)
x=(log(2)+log(3))/(log(2)-log(3))