Answer:
a_n = 2^(n - 1) 3^(3 - n)
Step-by-step explanation:
9,6,4,8/3,…
a1 = 3^2
a2 = 3 * 2
a3 = 2^2
As we can see, the 3 ^x is decreasing and the 2^ y is increasing
We need to play with the exponent in terms of n
Lets look at the exponent for the base of 2
a1 = 3^2 2^0
a2 = 3^1 2^1
a3 = 3^ 0 2^2
an = 3^ 2^(n-1)
I picked n-1 because that is where it starts 0
n = 1 (1-1) =0
n=2 (2-1) =1
n=3 (3-1) =2
Now we need to figure out the exponent for the 3 base
I will pick (3-n)
n =1 (3-1) =2
n =2 (3-2) =1
n=3 (3-3) =0
The correct answer is x=-2
1.) expand
3x - 15 - 5x = 25 + 6x
2.) simplify
-2x - 15 = 25 + 6x
3.) add 2x to both sides
-15 = 25 + 6x + 2x
4.) simplify
-15 = 25 + 8x
5.) subtract 25 from both sides
-15 - 25 = 8x
6.) simplify -15 - 25 to -40
-40 = 8x
7.) divide both sides by 8
-40/8 = x
8.) x = -5
Answer:
(n-14) / n
Step-by-step explanation:
n is your number;
"14 less" means "subtract 14", --> we have (n-14);
now we need to divide (n-14) by same number as your number, which is "n"---> final expression is: (n-14)/n
Answer:
The probability that a randomly selected person gets incorrect result is 2.2 × 10⁻⁴
Step-by-step explanation:
The parameters given are;
The accuracy of the test for a person who has the respiratory synctial virus = 97%
The accuracy of the test for a person who does not have the respiratory synctial virus = 99%
We have;
a = TP =
b = FP
c = FN
d = TN
a/(a + c) = 0.97
d/(d + b) = 0.99
a/(a + b) = 0.97*0.0055/(0.97*0.0055 + (1 - 0.99)*(1-0.0055))
PPV = 0.349 = 34.9%
Therefore, we have;
a/(a + c) = 0.97 and
a/(a + b) = 0.349
0.97(a + c) =0.349(a + b)
(0.97 - 0.349)a = 0.349·b - 0.97·c
a = (0.349·b - 0.97·c)0.621
b × (1 - 0.0055) = (1 - 0.97)×(1 - 0.0055)
b = 1 - 0.97 = 0.03
Similarly,
c = 1 - 0.99 = 0.01
The proportion of the population that have false positive and false negative = 0.03 + 0.01 = 0.04 = 4%
The probability that a randomly selected person gets incorrect result = 0.04×0.0055 = 0.00022.