Which property allows rewriting log(x³y²) as 3log x + 2log y? — Product rule and power rule.First apply the product rule: log(x³) + log(y²). Then the power rule: 3log x + 2log y.
Solve: 4^x = 8 — x = 3/2.Write in base 2: 2^(2x) = 2³ → 2x = 3 → x = 3/2.
Solve: 2^(3x) = 16 — x = 4/3.2^(3x) = 2⁴ → 3x = 4 → x = 4/3.
Why must you check for extraneous solutions in log equations? — Because log arguments must be positive.log(x) is undefined for x ≤ 0. Operations like squaring can produce solutions that make a log argument negative — these must be rejected.
Solve: 3^(2x−1) = 27 — x = 2.27 = 3³, so 2x − 1 = 3 → 2x = 4 → x = 2.
Solve: log₂(x+3) = log₂(2x−1) — x = 4.If log_b(A) = log_b(B), then A = B. So x+3 = 2x−1 → 4 = x. Check: log₂(7) = log₂(7). ✓
Solve: 10^(x−2) = 0.01 — x = 0.0.01 = 10⁻² → x − 2 = −2 → x = 0.
Solve: e^(2x) = 50 — x = ln(50)/2.2x = ln(50) → x = ln(50)/2 ≈ 3.912/2 ≈ 1.956.
Solve: 3·e^(2x) = 15 — x = ln(5)/2.e^(2x) = 5 → 2x = ln(5) → x = ln(5)/2.
$1000 at 6% compounded continuously for 1 year yields: — $1061.84.A = 1000e^(0.06·1) = 1000e^0.06 ≈ 1000(1.06184) ≈ $1061.84.
The half-life formula is t₁/₂ = ? — ln(2)/k.At half-life: A₀/2 = A₀e^(kt₁/₂) → 1/2 = e^(kt₁/₂) → ln(1/2) = kt₁/₂ → t₁/₂ = ln(2)/|k|.
A population of 500 grows at r = 0.04 continuously. After 10 years: — ≈ 745.A = 500e^(0.04·10) = 500e^0.4 ≈ 500(1.4918) ≈ 745.
Doubling time for continuous growth rate r is: — ln(2)/r.2A₀ = A₀e^(rt_d) → 2 = e^(rt_d) → ln(2) = rt_d → t_d = ln(2)/r.
Continuous compound vs. annual compounding at 5% for $1000 over 1 year, continuous gives: — More than annual.Continuous: $1000e^0.05 ≈ $1051.27. Annual: $1000(1.05) = $1050. Continuous gives slightly more.
Newton's law of cooling: T(t) = T_env + (T₀ − T_env)e^(−kt). If an object cools from 100°C in 20°C room, which is T_env? — 20°C.T_env is the ambient/environment temperature — 20°C here. The object cools toward it.
If a quantity doubles every 3 years, its continuous growth rate r is: — ln(2)/3.Doubling time t_d = ln(2)/r → 3 = ln(2)/r → r = ln(2)/3 ≈ 0.231 per year.
The number e can be defined as lim(n→∞) of: — (1 + 1/n)^n.e = lim(n→∞)(1 + 1/n)^n ≈ 2.71828…
Radioactive material with half-life 10 years: what fraction remains after 30 years? — 1/8.30 years = 3 half-lives. (1/2)³ = 1/8.