Practice questions

1. Linear inequalities and absolute value equations

1.  Solve the following expressions.

  (a) $|y+2|-1=10$

  (b) $|2x-1|\ge 7$

  (b) $|x+5|-6\le -1$

Solution:

(a).

First isolate the absolute value.

$|y+2|=10\color{blue}+1$

$|y+2|=11$

Solution for the above equation is

$y+2=-11$ or $y+2=11$

Solving for $y$

$y=-11\color{red}-2$ or $y=11\color{red}-2$

$y=-13$ or $y=9$

The solution set is $\{-13, 9\}$

(b).

The absolute value, $|2x-1|$ is greater than or equal to a positive number, $7$.

The solution is

$2x-1\le -7$  or  $2x-1\ge 7$

Next, you need to solve for $x$.

Add $1$:

$2x\le -7\color{red}+1$  or  $2x\ge 7\color{red}+1$

$2x\le -6$  or  $2x\ge 8$

Divide $2$:

$x\le -6/2$  or  $x\ge 8/2$

$x\le -3$  or  $x\ge 4$

The solution in interval notation:

$(-\infty, -3]\cup [4, \infty)$

(c).

Isolate the absolute value:

$|x+5|\le -1\color{red}+6$

$|x+5|\le 5$

An absolute value is less than or equal to a positive number $5$.

The solution is

$-5\le x+5 \le 5$

Add $-5$

$-5-5 \le x+5-5 \le 5-5$

$-10 \le x \le 0$

In interval notation, the above solution is

$[-10, 0]$

2.   Solve and graph the solutions for the following problems. Write the solution in interval notation.

  (a) $4-3x\ge 10$ or $5x-2\gt 13$

  (b) $7x+4\ge -17$ and $6x+5\ge -7$

Solution:

(a).

Solve for $x$ in each inequality:

$-3x\ge 10\color{red}-4$ or $5x\gt 13\color{red}+2$

$-3x\ge 6$ or $5x\gt 15$

$\dfrac{-3x}{-3}\le \dfrac{6}{-3}$ or $\dfrac{5x}{5}\gt \dfrac{15}{5}$

$x\le -2$ or $x\gt 3$

In interval notation:

$(-\infty, -2]\cup(3, \infty)$

(b).

Solve for $x$ in each inequality:

$7x\ge -17\color{red}-4$ and $6x\ge -7 \color{red}-5$

$7x\ge -21$ and $6x\ge -12$

$\dfrac{7x}{7}\ge \dfrac{-21}{7}$ and $\dfrac{6x}{6}\ge \dfrac{-12}{6}$

$x\ge -3$ and $x\ge -2$

Draw the graph on the number line and take the overlapping region.

in interval notation,

$[-2, \infty)$

2. Linear equations, graphing and solving systems of equations.

3.   Find the equation of the line through $(-5,-2)$ that is perpendicular to $-5x -2y = 27$. Write the equation in slope-intercept form.

Solution:

First find the slope from the equation of the line. For that write the equation in slope intercept form:

$y=-\dfrac{5}{2}x-\dfrac{27}{2}$

Slope is the coefficient of $x$:

$m=-\dfrac{5}{2}$

Slope of the perpendicular line is negative of the reciprocal of $m$.

$\dfrac{2}{5}$

Equation of the perpendicular line is

$y=\dfrac{2}{5}x+b$

Now, you need to find $b$.

Use the point, $(-5,-2)$ to find $b$. Substituting $x=-5$ and $y=-2$ in the above equation, you get

$-2=\dfrac{2}{5}(-5)+b$

$-2=-2+b$

$b=0$

Substitute the $b$ back into the equation, you get the answer:

$y=\dfrac{2}{5}x$

4.   Find the equation of the line that goes through $(-3, 7)$ and $(2,-1)$ and write it in standard form.

Solution:

You are given two points, $(x_1,y_1)=(-3, 7)$ and $(x_2,y_2)=(2, -1)$.

First find the slope:

$m=\dfrac{y_2-y_1}{x_2-x_1}=\dfrac{-1-7}{2-(-3)}=-\dfrac{8}{5}$

Use the following formula to find the equation:

$(y-y_1)=m(x-x_1)$

$y-7=-\dfrac{8}{5}(x-(-3))$

$y-7=-\dfrac{8}{5}(x+3)$

Now, you need to write this in standard form:

Multiply $5$ on both sides:

$5(y-7)=-8(x+3)$

Remove the parentheses by multiplication

$5y-35=-8x-24$

Move everything on the right to the left hand side:

$5y-35+8x+24=0$

or

$8x+5y=11$

5.   Solve the following system of equations. Is the system consistent or inconsistent? Are the equations dependent or independent?.

$9x+5y=-19$

$4x-3y=2$

Solution:

Use the elimination method to solve:

Multiply the first equation by $4$ and the second equation by $-9$

$36x+20y=-76$

$-36x+27y=-18$

Add the equations that will eliminate $x$ terms:

$47y=-94$

Dividing $47$:

$y=-2$

Substitute $y=-2$ in one of the original equations and find $y$. Substituting $y=-2$ in the first equation:

$9x+5\cdot (-2)=-19$

$9x-10=-19$

Solving for $x$:

$x=-1$

So, the solutions are $x=-1$ and $y=-2$. Solution as ordered pair, $(-1, -2)$.

The system is consistent and the equations are independent.

6.   Solve the following system of equations. Is the system consistent or inconsistent? Are the equations dependent or independent?

$2x-7y=-20$

$-6x+21y=15$

Solution:

Use the elimination method to solve:

Multiply the first equation by $3$:

$6x-21y=-60$

Add this equation with the second equation that will eliminate the $x$ term and you get,

$0=-45$

This is not true.

So, the system has no solution. And the system is inconsistent. The equations are independent.

7.   Heather paid $\$16$ for her phone. Her monthly service fee is $\$40$. Formulate a linear function to model the cost, $C(t)$, for $t$ months of service, and determine the amount of time required for the total cost to reach $\$560$.

Solution:

The linear function is

$C(t)=16+40t$

To find the amount of time for the total cost to reach $\$560$, take $C(t)=560$ and solve for $t$.

$16+40t =560$

Solving for $t$,

$t=13.6$ months

_____________

8.   Rosanna walks 2 mph slower than Simone. In the time it takes Simone to walk 8 miles, Rosanna walks 5 miles. Find the speed of each person.

Solution:

Let $x$ is the speed of Rosanna and $y$ the speed of Simone.

Rosanne walks 2 mph slower, therefore,

$x=y-2$

Use, $time =\dfrac{distance}{speed}$

Both takes same amount of time:

$\dfrac{5}{x}=\dfrac{8}{y}$

Cross multiplying:

$5y=8x$

Substitute, $y-2$ for $x$ from the first equation:

$5y=8(y-2)$

$5y=8y-16$

Solving for y:

$y=\dfrac{16}{3}=5.33$

Substitute, this $y$ in the first equation to find $x$:

$x=5.33-2=3.33$

Thus, the speed of Rosanna is 3.33 mph and that of Simone is 5.33 mph.

9.  A well and a spring are filling a swimming pool. Together they can fill the pool in three hours. The well working alone can fill the pool in 8 hours less time than the spring. How long will the spring take working alone to fill the pool?

Solution:

Use the following formula:

$\dfrac{1}{t}=\dfrac{1}{t_1}+\dfrac{1}{t_2}$

where $t$ is the time when both (well and spring) work together.

$t_1$ and $t_2$ are the time for each work alone. That is,

Let $t_1$ is the time to fill the fool , if the well work alone.

And, $t_2$ is the time to fill the fool, if the spring work alone.

It is given, $t=3$ hours. And the well takes, 8 hours less time than the spring. Therefore,

$t_1=t_2-8$

Substituting the values of $t$ and $t_1$ in the equation:

$\dfrac{1}{3}=\dfrac{1}{8}+\dfrac{1}{t_2}$

Isolate the $t_2$ term on the right:

$\dfrac{1}{3}-\dfrac{1}{8}=\dfrac{1}{t_2}$

$0.3333-0.125=\dfrac{1}{t_2}$

$0.2083=\dfrac{1}{t_2}$

Take the reciprocal:

$\dfrac{1}{0.2083}=t_2$

$t_2=\dfrac{1}{0.2083}=4.8$

So, the spring will take 4.8 hours to fill the pool alone.

10. Find the domain.

  (a). $F(x)=\sqrt{4-9x}$

  (b). $f(x)=\dfrac{x^3-x^2+x+2}{x^2+12x+35}$

Solution:

(a).

Take the expression inside the radical sign and set that equal to $\ge=0$:

$4-9x\ge 0$

Solve for $x$:

Subtract $-4$

$-9x\ge -4$

Divide $-9$, dividing a negative number will change the inequality sign:

$x\le \dfrac{-4}{-9}$

$x\le \dfrac{4}{9}$

Now, you can write the domain in interval notation or can graph on a number line.

In interval notation, $\left(-\infty, \dfrac{4}{9}\right]$

(b).

The function is a rational function. Take the denominator and set that equal to zero:

$x^2+12x+35=0$

Solve this quadratic equation by factoring:

$(x+7)(x+5)=0$

Using the zero-product rule:

$x+7=0$ or $x+5=0$

$x=-7$ or $x=-5$

These are the excluded values. So, the domain is all the real numbers except $-7$ and $-5$.

We can write the domain in interval notation as

$(-\infty, -7)\cup (-7, -5) \cup (-5, \infty)$

Note that parentheses exclude the two numbers.

11.  Two solutions, one with a concentration of 25% alcohol and another with a concentration of 35% alcohol, are mixed together to form 20 gallons of solution. How many gallons of each should be mixed together if the result is to have a concentration of 32% alcohol?

Solution:

Let $x$ and $y$ are the amount of 25% and 35% alcohol respectively mixed together.

Total mixture is $20$ gallon:

$x+y=20$   Equation (1)

Looking at the amount of salt in each solution mixed and in the total mixture of 20 L:

$0.25x+0.35y=0.32*20$

Multiplying $100$ to remove the decimal point:

$25x+35y=640$   Equation (2)

Solve this and the first equation by elimination method:

Multiply equation (1) with $-25$:

$-25x-25y=-500$

Add this and equation (2):

$10y=140$

$y=14$

Now, substitute this in eqn.(1) to find $x$:

$x+14=20$

Solving for $x$:

$x=6$

So, to get the desired mixture, you need to mix 6 gallons of 25% and 14 gallons of 35% alcohol solution.

12.  Paint Town sold 45 paintbrushes: one type at \$8.50 each and another type at \$9.75 each. In all, \$398.75 was taken in for the brushes. How many of each type were sold?

Solution:

Let $x$ and $y$ are the numbers of \$8.50 and $9.75 brushes respectively.

So,

$x+y=45$

Total price:

$8.5x+9.75y=398.75$

Solve these two equations by elimination method, you get

13.  A cruise boat travels 72 miles downstream in 4 hours and returns to its starting point upstream in 6 hours. Find the speed of the current.

Solution:

Let $x$ is the speed of the current and $y$ is the speed of the boat in still water.

Use the formula:

$speed =\dfrac{distance}{time}$

For upstream:

$x-y=\dfrac{72}{6}$

For downstream:

$x+y=\dfrac{72}{4}$

Solving the two equations:

$x=$

3. Polynomials and Rational Expressions

14. Simplify $\dfrac{(3x^5y^{-3})^{-4}}{9xy^2}$

Solution:

$=\dfrac{3^{-4}x^{5(-4)}y^{-3(-4)}}{9xy^2}$

$=\dfrac{3^{-4}x^{-20}y^{12}}{9xy^2}$

$=\dfrac{x^{-20}y^{12}}{3^4\cdot 9xy^2}$

$=\dfrac{y^{12-2}}{81\cdot 9x^{1+20}}$

$=\dfrac{y^{10}}{729x^{21}}$

15.  Multiply $(3x-7y)^2$

Solution:

Use the formula, $(a-b)^2=a^2-2ab+b^2$

$=(3x)^2-2\cdot 3x\cdot 7y+(7y)^2$

$=9x^2-42xy+49y^2$

16. Divide $\dfrac{x^2+3x-10}{x+5}$

Solution:

$=\dfrac{(x+5)(x-2)}{x+5}$

$=x-2$

17. Factor the following expressions.

  (a) $64x^9y^9+24x^2y^6$

  (b) $m^3+4m^2-6m-24$

  (c) $8x^2-6x-9$

  (d) $16x^2-81$

  (e) $8c^3+125$

  (f) $x^2+6x+9-4y^2$

Solution:

(a).

$=8x^2y^6(8x^7y^3+3)$

(b).

$=m^2(m+4)-6(m+4)$

$=(m+4)(m^2-6)$

18.  Solve the following equations.

  (a) $2k^2=9k-9$

  (b) $\dfrac{3}{k+2}-\dfrac{2}{k^2-4}=\dfrac{1}{k-2}$

Solution:

(a).

Write the equation in standard form of a quadratic equation:

$2k^2-9k+9=0$

Factor:

$2k^2-6k-3k+9=0$

$2k(k-3)-3(k-3)=0$

$(k-3)(2k-3)=0$

By zero-product rule:

$k-3=0$ or $2k-3=0$

Solve for k:

$k=3$ or $k=3/2$

Solution:

$\{3, 3/2\}$

(b).

First you need to factor, whatever you can factor.

$\dfrac{3}{k+2}-\dfrac{2}{(k+2)(k-2)}=\dfrac{1}{k-2}$

Least common denominator is $(k+2)(k-2)$

Multiply this in each term:

$\dfrac{3}{k+2}\cdot (k+2)(k-2)-\dfrac{2}{(k+2)(k-2)}\cdot (k+2)(k-2)$

$=\dfrac{1}{k-2}\cdot (k+2)(k-2)$

Now, cancel out whatever you can cancel out:

$3(k-2)-2=k+3$

Now, solve for $k$:

$3k-6-2=k+3$

$2k=11$

$k=\dfrac{11}{2}$

19. Simplify the following expressions.

  (a) $\dfrac{m^2-49}{m+1}\div \dfrac{7-m}{m}$

  (b) $\dfrac{5x}{x^2+xy-2y^2}-\dfrac{3x}{x^2+5xy-6y^2}$

Solution:

(a).

You need to factor whatever you can factor:

$=\dfrac{(m+7)(m-7)}{m+1}\div \dfrac{7-m}{m}$

Replace the multiplication by taking the reciprocal of the rational expression that follows the division sign:

$=\dfrac{(m+7)(m-7)}{m+1}\cdot \dfrac{m}{7-m}$

$=\dfrac{(m+7)(m-7)}{m+1}\cdot \dfrac{m}{-(m-7)}$

$=-\dfrac{m(m+7)}{m+1}$

(b).

Factor the expressions in the denominators:

=$\dfrac{5x}{(x+2y)(x-y)}-\dfrac{3x}{(x+6y)(x-y)}$

LCD$=(x+2y)(x-y)(x+6y)$

Multiply and divide the LCD in each term:

=$\dfrac{5x}{(x+2y)(x-y)}\cdot \dfrac{(x+2y)(x-y)(x+6y)}{(x+2y)(x-y)(x+6y)}$

$-\dfrac{3x}{(x+6y)(x-y)}\cdot \dfrac{(x+2y)(x-y)(x+6y)}{(x+2y)(x-y)(x+6y)}$

Cancel out the common factors between the numerator and the denominator;

=$\dfrac{5x}{(x+2y)(x-y)}\cdot \dfrac{(x+2y)(x-y)(x+6y)}{(x+2y)(x-y)(x+6y)}$

$-\dfrac{3x}{(x+6y)(x-y)}\cdot \dfrac{(x+2y)(x-y)(x+6y)}{(x+2y)(x-y)(x+6y)}$

Radical expressions and rational numbers as exponents.

20.  Simplify the following expressions.

  (a) $\sqrt[5]{s^3}\:\sqrt[4]{s}$  (Write the answer in radical notation.)

  (b) $\sqrt{108}$

  (c) $-\sqrt[3]{-125a^6b^9c^{12}}$

  (d) $3x\sqrt[3]{xy^2}-2\sqrt[3]{8x^4y^2}$

  (e) $\sqrt{x^2-4x+4}$; $x\ge 0$

Solution:

(a).

First write the radicals in exponential notation:

$\sqrt[5]{s^3}\:\sqrt[4]{s}$

$=s^{\frac{3}{5}}\:s^{\frac{1}{4}}$

$=s^{\frac{3}{5}+\frac{1}{4}}$

$=s^{\frac{3}{5}+\frac{1}{4}}$

$=s^{\frac{17}{20}}$

Write in radical form:

$=\sqrt[20]{s^{17}}$

(b).

Factoring what is inside the radical sign:

$\sqrt{108}$

=$\sqrt{36\cdot 3}$

=$6\sqrt{3}$

(c).

$-\sqrt[3]{-125a^6b^9c^{12}}$

=$-(-5)a^2b^3c^4$

=$5a^2b^3c^4$

(d).

$3x\sqrt[3]{xy^2}-2\sqrt[3]{8x^4y^2}$

$=3x\sqrt[3]{xy^2}-2\cdot 2 x\sqrt[3]{xy^2}$

$=3x\sqrt[3]{xy^2}-4x\sqrt[3]{xy^2}$

$=-x\sqrt[3]{xy^2}$

(e).

$\sqrt{x^2-4x+4}$;

Factor the expression inside the radical sign:

=$\sqrt{(x-2)^2}$

=$|x-2|$

Note that, I put the absolute value symbol as the square root radical sign represents a positive number (principal square root). It is given $x\ge 0$, so, $x$ includes $1$ (for example), so if you put $x=1$ in $x-2$, you get $1-2=-1$, which is negative. So, you must put the absolute value symbol to keep the square root positive.

21.  Rational the denominator for the following expressions.

  (a) $\dfrac{\sqrt{2}-\sqrt{3}}{\sqrt{6}-\sqrt{5}}$

  (b) $\dfrac{\sqrt{a}}{\sqrt{a}-\sqrt{b}}$

(a).

$\dfrac{\sqrt{2}-\sqrt{3}}{\sqrt{6}-\sqrt{5}}$

Multiply and divide the conjugate of the denominator:

$=\dfrac{(\sqrt{2}-\sqrt{3})}{(\sqrt{6}-\sqrt{5})} \cdot \dfrac{(\sqrt{6}+\sqrt{5})}{(\sqrt{6}+\sqrt{5})}$

The denominator, you can write as a difference of squares. And multiply the factors in the numerator using the distributive property.

$=\dfrac{\sqrt{2}\, \sqrt{6} + \sqrt{2}\,\sqrt{5}-\sqrt{3}\,\sqrt{6}-\sqrt{3}\,\sqrt{5}}{6-5}$

$=\dfrac{\sqrt{12} + \sqrt{10}-\sqrt{18}-\sqrt{15}}{1}$

  We can simplify, $\sqrt{12}=\sqrt{4\cdot 3}=2\sqrt{3}$

   and $\sqrt{18}=\sqrt{9\cdot 2}=3\sqrt{2}$

$=2\sqrt{3} + \sqrt{10}-3\sqrt{2}-\sqrt{15}$

22. Multiply.

  (a) $(3\sqrt{7}+2\sqrt{5})(2\sqrt{7}-4\sqrt{5})$

  (b) $(3-\sqrt{2})^2$

23.  Solve the following equations.

  (a) $\sqrt[3]{x-8}+3=0$

  (b) $5=\sqrt{7x-3}$

  (c) $(2w-1)^{2/3}-w^{1/3}=0$

5. Quadratic equations

24. Solve the following equations.

  (a) $(t+5)^2=48$

  (b) $y^2-14y+49=0$

25.  Find the value of $c$ such that $9x^2-30x + c = 0$ has exactly one solution.

It is given, the quadratic equation has only one solution. So, the discriminant must be zero.

Discriminant,

$b^2-4ac=0$

26.For the quadratic function $f(x)=-2x^2-2x+3$, find the following:

  (a) The vertex

  (b) The line of symmetry

  (c) The maximum or minimum value

  (d) The x-intercept

  (e) The y-intercept

  (f) The graph of the function.

27.  A club swimming pool is 30 feet long. The area of the pool is 1200 ft2. The club members want a paved walkway with uniform width around the pool. They have enough material to cover 296 ft2. How wide can the strip be?

The Algebra of Functions, Composite Functions and Inverse Functions

28.  Simplify as much as possible.

  (a) Find $\dfrac{f}{g}$ if $f(x)=\dfrac{x^2-16}{x^2-10x+25}$ and $g(x)=\dfrac{3x-12}{x^2-3x-10}$.

  (b) Find $(f-g)(x)$ if $f(x)=\dfrac{5ab}{a^2-b^2}$ and $g(x)=\dfrac{a-b}{a+b}$.

  (b) Find $(f\cdot g)(-3)$ if $f(x)=\dfrac{3x}{6x^2-13x-5}$ and $g(x)=4x-10$.

29.  Determine whether or not $g(x)=\sqrt{x-3}$ is one-to-one and, if possible, find $g^{-1}$.

30.  Find $(f\circ g)(x)$ and $(g\circ f)(x)$ given $f(x)=4x^2-1$ and $g(x)=\dfrac{2}{x}$.

7. Complex Numbers and Fractions

31. Simplify $\dfrac{4+3i}{5+3i}$. Write your answer in the form $a + bi$.

Solution:

Multiply and divide the complex conjugate:

$=\dfrac{(4+3i)(5-3i)}{(5+3i)(5-3i)}$

$=\dfrac{20-12i+15i-9i^2}{5^2+9^2}$

$=\dfrac{20-12i+15i-9(-1)}{25+81}$

$=\dfrac{29+3i}{106}$

$=\dfrac{29}{106}+\dfrac{3i}{106}$

32.  Multiply $2i(-4-i)^2$.

Solution:

$=2i(-(4+i))^2$

$=2i(4+i)^2$

Expanding using the forumla $(a+b)^2 = a^2+2ab+b^2$:

$=2i(4^2+8i+i^2)$

$=2i(16+8i-1)$

$=2i(15+8i)$

$=30i+16i^2$

$=30i+16(-1)$

$=-16+30i$

33.   Simplify.

  (a) $i^{42}$

  (b) $i^{17}$

(a).

Solution:

$i^{42}=i^2=-1$

Note that 2 is the remainder after dividing 42 by 4.

(b).

Solution:

$i^{17}=i^1=i$

Note that 1 is the remainder after dividing 17 by 4.

Logarithmic and Exponential Functions

34.  Solve the following equations.

  (a) $16^{2x+1}=64^{x+3}$

  (b) $\log_4(2x+4)=3$

  (c) $2^{x+3}=5^x$

  (d) $\log_2(x)+\log_2(x-7)=3$

Solution:

(a).

First, rewrite the equation so that both have same exponents:

$(4^2)^{2x+1}=(4^3)^{x+3}$

$(4)^{2(2x+1)}=(4)^{3(x+3)}$

Now, the bases are the same, so the exponents should be the same:

$2(2x+1)=3(x+3)$

Now, solve for $x$:

$4x+4=3x+9$

Solving for $x$:

$x=5$

(b).

Write the logarithmic equation in exponential form:

$4^3=2x+4$

$64=2x+4$

Solving for $x$:

$x=30$

(c).

You cannot write this equation with same base on both sides. So take log on both sides:

$\log(2^{x+3})=\log(5^x)$

$(x+3)\log(2)=x\log(5)$

$x\log(2)+3\log(2)=x\log(5)$

$x(\log(2)-\log(5))=2\log(2)$

Divide $(\log(2)-\log(5))$ to get $x$:

$x=\dfrac{2\log(2)}{\log(2)-\log(5)}$

After using the calculator:

$x=-1.513$

(d).

First combine the two logarithms on the left:

$\log_2(x(x-7))=3$

Now, write in exponential form:

$2^3=x(x-7)$

$8=x^2-7x$

This is a quadratic equation, write in standard form to solve:

$0=x^2-7x-8$

i.e., $x^2-7x-8=0$

Factoring:

$(x-7)(x+1)=0$

Applying zero-product rule:

$x-7=0$ or $x+1=0$

$x=7$ or $x=-1$

So, the solutions are

$x=-1, 7$

35.  Rewrite the following expression as a single logarithm.

  (e) $3\log_p(x)+\dfrac{1}{2}\log_p(y)-\dfrac{3}{2}\log_p(z)$

Solution:

Write the coefficients of log as exponents using the formula $\log_a{x^p}=p\log x$

$=\log_p(x^3)+\log_p(y^{1/2})-\log_p(z^{3/2})$

Combine them:

$=\log_p\left(\dfrac{x^3y^{1/2}}{z^{3/2}}\right)$

You can also write this as

$=\log_p\left(\dfrac{x^3\sqrt{y}}{\sqrt{z^3}}\right)$

36.  Use the change of base formula to estimate the following logarithms to four decimal places.

  (a) $\log_\pi(e)$

  (b) $3\log_6 2.75$

Solution:

(a).

Use the change of base formula. Change the base to $e$ as there is an $e$ in the log. (You can also change the base to 10).

$\log_\pi(e)=\dfrac{\ln(e)}{\ln (\pi)}$

 $=\dfrac{1}{\ln (\pi)}$

 $=\dfrac{1}{1.1447}$

 $=0.874$, after rounding to the thousandth.

37.   Graph.

  (e) $y=\left(\dfrac{2}{3}\right )^x$

  (e) $y=\log_2 x$

38. Solve the following problems using the interest formulas.

  (a) What will be the amount A in an account with an initial principal of $4000 if interest is compounded continuously at a rate of 3.5% for 6 years? Also, how long does it take for the account to double?

  (a)  A college loan of \$29,000 is made at 3% interest compounded annually. After t years, the amount due, A, is given by the function $A(t)=29,000(1.03)^t$. If no payments are made, how long will it take for the amount due to reach \$35,000?

Solution:

(a)

For the interest compounded continuously, you should use the following formula:

$A=P e^{rt}$

$t$ is the number of years, $A$ is the amount after $t$ years, $P$ is the Principal (initial deposit or loan if money is borrowed) and $r$ is the interest rate.

You are given:

$P=4000\:\$$; $r=3.5\%=3.5/100=0.035$; and $t=6$ years. You need to find the amount $A$ after $6$ years. Substituting, $P$,$r$ and $t$ in the equation:

$A=4000 e^{0.035\cdot 6}$

$A=4000 e^{0.035\cdot 6}$

$ =4000 e^{0.21}$

$ =4000 \cdot 1.2337$

$ =4934.71 \:\$$

This is one of the answer.

Next, you need to find how long, $(t)$ does it take to double the amount.

Amount is doubled, so, $A=2P$. Substituting this, $A$ and $r$ in the formula:

$2P=Pe^{0.035t}$

Divide out $P$, and solve for $t$:

$2=e^{0.035t}$

To solve, take $\ln$ on both sides:

$ln (2)= ln(e^{0.035t})$

$ln (2)= 0.035t$

$t=ln(2)/0.035=19.8$ years

(b).

In this problem, the interest is compounded annually, that is periodically. So the formula to be used is

$A=P\left(1+\dfrac{r}{n}\right)^{nt}$

where $n$ is the number of times per year, the interest is compounded.

Since the interest is compunded annually, $n=1$.

Interest rate is, $r=3\%=3/100=0.03$

You need to find the time $t$ to reach the amount, $35,000$.

Substitute, $A=35,000$ and solve for $t$:

$35000=29000(1.03)^t$

To solve this exponential equation, take log on both sides:

$\log(35000)=\log(29000(1.03)t)$

$\log(35000)=1.03t\log(29000)$

$t=\dfrac{\log(35000)}{1.03\log(29000)}=0.989$ years