ASVAB Math Knowledge Practice Test 226417 Results

Your Results Global Average
Questions 5 5
Correct 0 3.26
Score 0% 65%

Review

1

What is the circumference of a circle with a diameter of 14?

71% Answer Correctly
12π
14π
13π

Solution

The formula for circumference is circle diameter x π:

c = πd
c = 14π


2

A coordinate grid is composed of which of the following?

92% Answer Correctly

all of these

origin

y-axis

x-axis


Solution

The coordinate grid is composed of a horizontal x-axis and a vertical y-axis. The center of the grid, where the x-axis and y-axis meet, is called the origin.


3

Breaking apart a quadratic expression into a pair of binomials is called:

75% Answer Correctly

deconstructing

factoring

normalizing

squaring


Solution

To factor a quadratic expression, apply the FOIL (First, Outside, Inside, Last) method in reverse.


4

Solve 3b + 5b = -3b - 7y - 4 for b in terms of y.

35% Answer Correctly
-4y + 8
\(\frac{2}{3}\)y - \(\frac{3}{4}\)
-2y - \(\frac{2}{3}\)
-9y + 1

Solution

To solve this equation, isolate the variable for which you are solving (b) on one side of the equation and put everything else on the other side.

3b + 5y = -3b - 7y - 4
3b = -3b - 7y - 4 - 5y
3b + 3b = -7y - 4 - 5y
6b = -12y - 4
b = \( \frac{-12y - 4}{6} \)
b = \( \frac{-12y}{6} \) + \( \frac{-4}{6} \)
b = -2y - \(\frac{2}{3}\)


5

Solve for c:
c2 + 5c + 12 = -5c - 4

49% Answer Correctly
5 or -9
8 or -9
-2 or -5
-2 or -8

Solution

The first step to solve a quadratic expression that's not set to zero is to solve the equation so that it is set to zero:

c2 + 5c + 12 = -5c - 4
c2 + 5c + 12 + 4 = -5c
c2 + 5c + 5c + 16 = 0
c2 + 10c + 16 = 0

Next, factor the quadratic equation:

c2 + 10c + 16 = 0
(c + 2)(c + 8) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (c + 2) or (c + 8) must equal zero:

If (c + 2) = 0, c must equal -2
If (c + 8) = 0, c must equal -8

So the solution is that c = -2 or -8