Mathbench

7. Logarithms

Combining logarithms into one, and solving logarithmic and exponential equations. Set for OMPT-A, OMPT-B, OMPT-D, OMPT-E, OMPT-F and OMPT-G.

All OMPT worksheets


Questions

Sheet length
1

Write as a single logarithm: 3log3(x)+log3(4)3\log_{3}(x) + \log_{3}(4). Give only the ARGUMENT of the resulting logarithm.

Answer:

2

Solve for xx: log5(x+4)=log5(7)\log_{5}(x + 4) = \log_{5}(7)

Answer:

3

Solve for xx: 33x+6=2433^{3 x + 6} = 243

Answer:

4

Evaluate exactly: log9(81)\log_{9}\left(81\right)

Answer:

5

Write as a single logarithm: 2log5(x)+log5(5)2\log_{5}(x) + \log_{5}(5). Give only the ARGUMENT of the resulting logarithm.

Answer:

6

Solve for xx: log2(x+1)=log2(9)\log_{2}(x + 1) = \log_{2}(9)

Answer:

7

Solve for xx: 24x1=42^{4 x - 1} = 4

Answer:

8

Evaluate exactly: log25(125)\log_{25}\left(125\right)

Answer:

9

Write as a single logarithm: 4log7(x)+log7(6)4\log_{7}(x) + \log_{7}(6). Give only the ARGUMENT of the resulting logarithm.

Answer:

10

Solve for xx: log5(x+7)=log5(14)\log_{5}(x + 7) = \log_{5}(14)

Answer:

11

Solve for xx: 22x3=322^{2 x - 3} = 32

Answer:

12

Evaluate exactly: log4(32)\log_{4}\left(32\right)

Answer:

13

Write as a single logarithm: 5log7(x)+log7(6)5\log_{7}(x) + \log_{7}(6). Give only the ARGUMENT of the resulting logarithm.

Answer:

14

Solve for xx: log2(x+8)=log2(13)\log_{2}(x + 8) = \log_{2}(13)

Answer:

15

Solve for xx: 52x+2=255^{2 x + 2} = 25

Answer:

16

Evaluate exactly: log8(32)\log_{8}\left(32\right)

Answer:

17

Write as a single logarithm: 6log3(x)+log3(2)6\log_{3}(x) + \log_{3}(2). Give only the ARGUMENT of the resulting logarithm.

Answer:

18

Solve for xx: log5(x+4)=log5(8)\log_{5}(x + 4) = \log_{5}(8)

Answer:

19

Solve for xx: 32x4=813^{2 x - 4} = 81

Answer:

20

Evaluate exactly: log25(15625)\log_{25}\left(15625\right)

Answer:

21

Write as a single logarithm: 4log3(x)+log3(7)4\log_{3}(x) + \log_{3}(7). Give only the ARGUMENT of the resulting logarithm.

Answer:

22

Solve for xx: log5(x+2)=log5(13)\log_{5}(x + 2) = \log_{5}(13)

Answer:

23

Solve for xx: 24x1=322^{4 x - 1} = 32

Answer:

24

Evaluate exactly: log125(625)\log_{125}\left(625\right)

Answer:

25

Write as a single logarithm: 2log10(x)+log10(6)2\log_{10}(x) + \log_{10}(6). Give only the ARGUMENT of the resulting logarithm.

Answer:

26

Solve for xx: log2(x+4)=log2(14)\log_{2}(x + 4) = \log_{2}(14)

Answer:

27

Solve for xx: 23x1=82^{3 x - 1} = 8

Answer:

28

Evaluate exactly: log27(81)\log_{27}\left(81\right)

Answer:

29

Write as a single logarithm: 6log6(x)+log6(7)6\log_{6}(x) + \log_{6}(7). Give only the ARGUMENT of the resulting logarithm.

Answer:

30

Solve for xx: log3(x+4)=log3(10)\log_{3}(x + 4) = \log_{3}(10)

Answer:

Answers

Every answer below was re-derived independently before this page was built.

1

Answer: 4x34 x^{3}

The power rule turns 3log3(x)3\log_{3}(x) into log3(x3)\log_{3}(x^{3}), and the product rule combines the two into log3(4x3)\log_{3}(4 x^{3}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x3+4x^{3} + 4
  • Multiplied by the power instead of raising to it → 12x12 x
2

Answer: 33

Equal logarithms with the same base have equal arguments, so x+4=7x + 4 = 7 and x=3x = 3. Check the domain: x+4>0x + 4 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1111
  • Treated the log as a multiplier and divided → 74\frac{7}{4}
3

Answer: 13- \frac{1}{3}

Write the right-hand side as a power of 33: 243=35243 = 3^{5}. With the same base on both sides the exponents must be equal, so 3x+6=53 x + 6 = 5 and x=13x = - \frac{1}{3}.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 243 instead of to 5 → 7979
  • Forgot to move the constant in the exponent across → 53\frac{5}{3}
4

Answer: 22

Write both numbers as powers of 33: 9=329 = 3^{2} and 81=3481 = 3^{4}. Then log981=42=2\log_{9}81 = \dfrac{4}{2} = 2, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 99
  • Turned the fraction of exponents upside down → 12\frac{1}{2}
5

Answer: 5x25 x^{2}

The power rule turns 2log5(x)2\log_{5}(x) into log5(x2)\log_{5}(x^{2}), and the product rule combines the two into log5(5x2)\log_{5}(5 x^{2}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x2+5x^{2} + 5
  • Multiplied by the power instead of raising to it → 10x10 x
6

Answer: 88

Equal logarithms with the same base have equal arguments, so x+1=9x + 1 = 9 and x=8x = 8. Check the domain: x+1>0x + 1 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1010
  • Treated the log as a multiplier and divided → 99
7

Answer: 34\frac{3}{4}

Write the right-hand side as a power of 22: 4=224 = 2^{2}. With the same base on both sides the exponents must be equal, so 4x1=24 x - 1 = 2 and x=34x = \frac{3}{4}.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 4 instead of to 2 → 54\frac{5}{4}
  • Forgot to move the constant in the exponent across → 12\frac{1}{2}
8

Answer: 32\frac{3}{2}

Write both numbers as powers of 55: 25=5225 = 5^{2} and 125=53125 = 5^{3}. Then log25125=32=32\log_{25}125 = \dfrac{3}{2} = \frac{3}{2}, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 55
  • Turned the fraction of exponents upside down → 23\frac{2}{3}
9

Answer: 6x46 x^{4}

The power rule turns 4log7(x)4\log_{7}(x) into log7(x4)\log_{7}(x^{4}), and the product rule combines the two into log7(6x4)\log_{7}(6 x^{4}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x4+6x^{4} + 6
  • Multiplied by the power instead of raising to it → 24x24 x
10

Answer: 77

Equal logarithms with the same base have equal arguments, so x+7=14x + 7 = 14 and x=7x = 7. Check the domain: x+7>0x + 7 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 2121
  • Treated the log as a multiplier and divided → 22
11

Answer: 44

Write the right-hand side as a power of 22: 32=2532 = 2^{5}. With the same base on both sides the exponents must be equal, so 2x3=52 x - 3 = 5 and x=4x = 4.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 32 instead of to 5 → 352\frac{35}{2}
  • Forgot to move the constant in the exponent across → 52\frac{5}{2}
12

Answer: 52\frac{5}{2}

Write both numbers as powers of 22: 4=224 = 2^{2} and 32=2532 = 2^{5}. Then log432=52=52\log_{4}32 = \dfrac{5}{2} = \frac{5}{2}, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 88
  • Turned the fraction of exponents upside down → 25\frac{2}{5}
13

Answer: 6x56 x^{5}

The power rule turns 5log7(x)5\log_{7}(x) into log7(x5)\log_{7}(x^{5}), and the product rule combines the two into log7(6x5)\log_{7}(6 x^{5}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x5+6x^{5} + 6
  • Multiplied by the power instead of raising to it → 30x30 x
14

Answer: 55

Equal logarithms with the same base have equal arguments, so x+8=13x + 8 = 13 and x=5x = 5. Check the domain: x+8>0x + 8 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 2121
  • Treated the log as a multiplier and divided → 138\frac{13}{8}
15

Answer: 00

Write the right-hand side as a power of 55: 25=5225 = 5^{2}. With the same base on both sides the exponents must be equal, so 2x+2=22 x + 2 = 2 and x=0x = 0.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 25 instead of to 2 → 232\frac{23}{2}
  • Forgot to move the constant in the exponent across → 11
16

Answer: 53\frac{5}{3}

Write both numbers as powers of 22: 8=238 = 2^{3} and 32=2532 = 2^{5}. Then log832=53=53\log_{8}32 = \dfrac{5}{3} = \frac{5}{3}, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 44
  • Turned the fraction of exponents upside down → 35\frac{3}{5}
17

Answer: 2x62 x^{6}

The power rule turns 6log3(x)6\log_{3}(x) into log3(x6)\log_{3}(x^{6}), and the product rule combines the two into log3(2x6)\log_{3}(2 x^{6}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x6+2x^{6} + 2
  • Multiplied by the power instead of raising to it → 12x12 x
18

Answer: 44

Equal logarithms with the same base have equal arguments, so x+4=8x + 4 = 8 and x=4x = 4. Check the domain: x+4>0x + 4 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1212
  • Treated the log as a multiplier and divided → 22
19

Answer: 44

Write the right-hand side as a power of 33: 81=3481 = 3^{4}. With the same base on both sides the exponents must be equal, so 2x4=42 x - 4 = 4 and x=4x = 4.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 81 instead of to 4 → 852\frac{85}{2}
  • Forgot to move the constant in the exponent across → 22
20

Answer: 33

Write both numbers as powers of 55: 25=5225 = 5^{2} and 15625=5615625 = 5^{6}. Then log2515625=62=3\log_{25}15625 = \dfrac{6}{2} = 3, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 625625
  • Turned the fraction of exponents upside down → 13\frac{1}{3}
21

Answer: 7x47 x^{4}

The power rule turns 4log3(x)4\log_{3}(x) into log3(x4)\log_{3}(x^{4}), and the product rule combines the two into log3(7x4)\log_{3}(7 x^{4}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x4+7x^{4} + 7
  • Multiplied by the power instead of raising to it → 28x28 x
22

Answer: 1111

Equal logarithms with the same base have equal arguments, so x+2=13x + 2 = 13 and x=11x = 11. Check the domain: x+2>0x + 2 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1515
  • Treated the log as a multiplier and divided → 132\frac{13}{2}
23

Answer: 32\frac{3}{2}

Write the right-hand side as a power of 22: 32=2532 = 2^{5}. With the same base on both sides the exponents must be equal, so 4x1=54 x - 1 = 5 and x=32x = \frac{3}{2}.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 32 instead of to 5 → 334\frac{33}{4}
  • Forgot to move the constant in the exponent across → 54\frac{5}{4}
24

Answer: 43\frac{4}{3}

Write both numbers as powers of 55: 125=53125 = 5^{3} and 625=54625 = 5^{4}. Then log125625=43=43\log_{125}625 = \dfrac{4}{3} = \frac{4}{3}, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 55
  • Turned the fraction of exponents upside down → 34\frac{3}{4}
25

Answer: 6x26 x^{2}

The power rule turns 2log10(x)2\log_{10}(x) into log10(x2)\log_{10}(x^{2}), and the product rule combines the two into log10(6x2)\log_{10}(6 x^{2}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x2+6x^{2} + 6
  • Multiplied by the power instead of raising to it → 12x12 x
26

Answer: 1010

Equal logarithms with the same base have equal arguments, so x+4=14x + 4 = 14 and x=10x = 10. Check the domain: x+4>0x + 4 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1818
  • Treated the log as a multiplier and divided → 72\frac{7}{2}
27

Answer: 43\frac{4}{3}

Write the right-hand side as a power of 22: 8=238 = 2^{3}. With the same base on both sides the exponents must be equal, so 3x1=33 x - 1 = 3 and x=43x = \frac{4}{3}.

Common mistakes, and the answer each one gives:

  • Set the exponent equal to 8 instead of to 3 → 33
  • Forgot to move the constant in the exponent across → 11
28

Answer: 43\frac{4}{3}

Write both numbers as powers of 33: 27=3327 = 3^{3} and 81=3481 = 3^{4}. Then log2781=43=43\log_{27}81 = \dfrac{4}{3} = \frac{4}{3}, because the base has to be raised to that power to reach the argument.

Common mistakes, and the answer each one gives:

  • Divided the two numbers → 33
  • Turned the fraction of exponents upside down → 34\frac{3}{4}
29

Answer: 7x67 x^{6}

The power rule turns 6log6(x)6\log_{6}(x) into log6(x6)\log_{6}(x^{6}), and the product rule combines the two into log6(7x6)\log_{6}(7 x^{6}).

Common mistakes, and the answer each one gives:

  • Added the arguments instead of multiplying them → x6+7x^{6} + 7
  • Multiplied by the power instead of raising to it → 42x42 x
30

Answer: 66

Equal logarithms with the same base have equal arguments, so x+4=10x + 4 = 10 and x=6x = 6. Check the domain: x+4>0x + 4 > 0 holds.

Common mistakes, and the answer each one gives:

  • Subtracted the shift from the wrong side → 1414
  • Treated the log as a multiplier and divided → 52\frac{5}{2}