Answer:
Exact form: 53/10 , Decimal form: 5.3 , Mixed number form: 5 3/10
Step-by-step explanation:
Answer:
There are 10⁻⁷ hydrogen ions in one-liter water
Step-by-step explanation:
Hi there!
a. If the pH = 7.0, then:
-log(H) = 7.0
multiply both sides of the equation by -1
log(H) = -7.0
Apply 10ˣ to both sides
10^(log (H)) = 10⁻⁷
(H) = 10⁻⁷
There are 10⁻⁷ hydrogen ions in one-liter water.
Why 10^(log (H)) = (H)?
Let´s consider this function:
y = 10^(log x)
(Apply log to both sides)
log y = log 10^(log x)
(Apply logarithmic property: log xᵃ = a · log x)
log y = log x · log 10
(log 10 = 1)
log y = log x
y = x
(since y = 10^(log x) and y = x):
10^(log x) = x
That´s why 10^(log (H)) = (H)
Answer:
$19.35
Step-by-step explanation:
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.