Algebra Practice Test 3

  1. Solve the following equation:
\((2a^2b – 3c^3)(3a^3b + 4c) =\) ?
  1. \(5a^6b^2 + 12c^4 – 9a^3bc^3- 12c^4\)
  2. \(5a^5b^2 + 8a^2bc – 9a^3bc^3+ 12c^4\)
  3. \(6a^5b^2 + 8a^2bc – 9a^3bc^3+ 12c^4\)
  4. \(6a^6b^2 + 8a^2bc – 9a^3bc^3- 12c^4\)
  5. \(6a^5b^2 + 8a^2bc – 9a^3bc^3- 12c^4\)
Show Answer
The correct answer is E!

To multiply, we can use the distributive property.

First, we can multiply \(2a^2b\) by each term in \(3a^3b+4c\):

\(2a^2b\times 3a^3b=6a^{2+3}b^{1+1}=6a^5b^2\)

\(2a^2b\times 4c=8a^2bc\)

Then, we can multiply \(-3c^3\) by each term in \(3a^3b+4c\):

\(-3c^3\times 3a^3b=-9a^3bc^3\)

\(-3c^3\times 4c=-12c^{3+1}=-12c^4\)

Finally, we can combine all four products:

\(6a^5b^2 + 8a^2bc – 9a^3bc^3- 12c^4\)

 

  1. Which equation is represented by the graph shown below?

  1. \(y=-x+2\)
  2. \(y=2x-1\)
  3. \(y=x+1\)
  4. \(y=-2x+3\)
  5. \(y=\tfrac{1}{2}x-1\)
Show Answer
The correct answer is A!

First, we need to find the \(y\)-intercept. The graph crosses the \(y\)-axis at \((0,2)\). In slope-intercept form (\(y=mx+b\)), this tells us that \(b=2\).

Then, we need to compute the slope. Start by choosing two clear points on the line:

  • \((0,2)\) (the \(y\)-intercept)
  • \((2,0)\) (where it crosses the \(x\)-axis)

Then:

\(m=\dfrac{\Delta y}{\Delta x}=\dfrac{0-2}{2-0}\) \(=\dfrac{-2}{2}=-1\)

Now, with slope \(m=-1\) and intercept \(b=2\):

\(y=-1\cdot x+2\) \(\implies y=-x+2\)

Only Choice A matches both the slope and intercept of the graphed line.

 

  1. A function \(f(x)\) is defined by \(f(x)= 2x^2 + 7\). What is the value of \(2f(x)- 3\) ?
  1. \(4x^2+11\)
  2. \(4x^4+11\)
  3. \(x^2+11\)
  4. \(4x^2+14\)
  5. \(2x^2+14\)
Show Answer
The correct answer is A!

Evaluate as follows:

\(2f(x)-3=2(2x^2 + 7)-3\) \(=4x^2 + 14 – 3\) \(= 4x^2 + 11\)

 

  1. A straight line with slope 4 is plotted on a standard coordinate system so that it intersects the \(y\)-axis at a value of \(y = 1\). Which of the following points will the line pass through?
  1. \((2,9)\)
  2. \((0,-1)\)
  3. \((0,0)\)
  4. \((4,1)\)
  5. \((1,4)\)
Show Answer
The correct answer is A!

From the slope and intercept you know the equation of the line is \(y=4x+1\).

To see which choice lies on the line, just substitute its \(x\)-coordinate into \(4x+1\) and check the \(y\)-value.

  • For \((2,9)\): \(4\cdot 2 + 1 =9\)
  • For \((0,-1)\): \(4\cdot 0 + 1 =1\), not -1
  • For \((0,0)\): \(4\cdot 0 + 1 =1\), not 0
  • For \((4,1)\): \(4\cdot 4 + 1 =17\), not 1
  • For \((1,4)\): \(4\cdot 1 + 1 =5\), not 4

Thus, only \((2,9)\) satisfies the equation.

In the graph above, the blue line is \(y=4x+1\), and the five candidate points are marked. As you can see, only \((2,9)\) lies exactly on the line.

 

  1. A package is dropped from an airplane. The height of the package at any time, \(t\), is described by the equation \(y(t)= -\tfrac{1}{2}a\:t^2 + h_0\), where \(y\) is the height, \(h_0\) is the original height, and \(a\) is the acceleration due to gravity. The value of \(a\) is 32ft/s2. If the airplane is flying at 30,000 feet, what is the altitude of the package 15 seconds after it is dropped?
  1. 26,400 ft
  2. 22,800 ft
  3. 15,640 ft
  4. 7,200 ft
  5. 0 ft
Show Answer
The correct answer is A!

First, we need to plug in \(a=32\):

\(-\dfrac{1}{2}\cdot 32=-16\)

The height function is now \(y(t)=-16\:t^2+30,000\).

Then, we need to evaluate at \(t=15\text{s}\). Since \(15^2=225\), the drop distance is as follows:

\(16 \times 225=3,600 \text{ ft}\)

Subtracting from the starting height gives us the following:

\(y(15)=30,000-3,600=26,400 \text{ ft}\)

 

  1. The equations below are for two straight lines. What positive value of the constant \(a\) would make the lines parallel in the standard \(xy\)-coordinate plane?
\(ax + 3y = 18\)
\(15x + ay = 24\)
  1. \(6\)
  2. \(\sqrt{45}\)
  3. \(\sqrt{18}\)
  4. \(45^2\)
  5. \(6^2\)
Show Answer
The correct answer is B!

Rearranging each equation so that it shows \(y\) as a function of the variable \(x\), we have:

\(y=-\tfrac{a}{3}x+\tfrac{18}{3}\)

\(y=-\tfrac{15}{a}x+\tfrac{24}{a}\)

The lines will be parallel if the slopes are equal. Therefore \(-\tfrac{a}{3}=-\tfrac{15}{a}\), which yields \(a^2=45\). Taking the square root yields \(a=\sqrt{45}\).

Since this value is unique, all the other answers are incorrect.

 

  1. Which of the following could be a graph of the function \(y = \dfrac{1}{x}\) ?
Graph 1

Graph 2

Graph 3

Graph 4

  1. Graph 1
  2. Graph 2
  3. Graph 3
  4. Graph 4
Show Answer
The correct answer is A!

This is a typical plot of an inverse variation, in which the product of the dependent and independent variables, \(x\) and \(y\), is always equal to the same value.

In this case, the product is always equal to 1, so the plot occupies the first and third quadrants of the coordinate plane. As \(x\) increases and approaches infinity, \(y\) decreases and approaches zero, maintaining the constant product.

 

  1. A tire on a car rotates at 500 rpm when the car is traveling at 50 kph. What is the circumference of the tire, in meters?
  1. \(\dfrac{50,000}{2\pi}\)
  2. \(\dfrac{50,000}{60\times2\pi}\)
  3. \(\dfrac{50,000}{500\times2\pi}\)
  4. \(\dfrac{50,000}{60}\)
  5. \(\dfrac{10}{6}\)
Show Answer
The correct answer is E!

It isn’t necessary to use the circle circumference formula to solve the problem. Instead, note that 50 kph corresponds to 50,000 meters per hour.

We are given the car tire’s revolutions per minute and the answer must be represented as meters; therefore, the speed must be converted to meters per minute. This corresponds to a speed of \(\tfrac{50,000}{60}\) meters per minute, as there are 60 minutes in an hour.

In any given minute, the car travels \(\tfrac{50,000}{60}\) meters per minute, and each tire rotates 500 times around, or 500 times its circumference. This corresponds to \(\tfrac{50,000}{60\times 500}=\tfrac{10}{6}\) meters per revolution, which is the circumference of the tire.

 

  1. Which of the following expressions is equivalent to \((a+b)(a-b)\)?
  1. \(a^2-b^2\)
  2. \((a+b)^2\)
  3. \((a-b)^2\)
  4. \(ab(a-b)\)
  5. \(ab(a+b)\)
Show Answer
The correct answer is A!

Compute the product using the FOIL method. As a result, \((a+b)(a-b)=a^2-ab+ba-b^2\). Since \(ab\) is equal to \(ba\), the middle terms cancel out each other, which leaves \(a^2-b^2\).