ASVAB Math Knowledge Practice Test 832230 Results

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

Review

1

Solve for z:
z2 + 3z - 10 = 0

59% Answer Correctly
-4 or -9
2 or -5
7 or -4
-1 or -2

Solution

The first step to solve a quadratic equation that's set to zero is to factor the quadratic equation:

z2 + 3z - 10 = 0
(z - 2)(z + 5) = 0

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

If (z - 2) = 0, z must equal 2
If (z + 5) = 0, z must equal -5

So the solution is that z = 2 or -5


2

If side x = 8cm, side y = 6cm, and side z = 12cm what is the perimeter of this triangle?

85% Answer Correctly
29cm
22cm
26cm
40cm

Solution

The perimeter of a triangle is the sum of the lengths of its sides:

p = x + y + z
p = 8cm + 6cm + 12cm = 26cm


3

Solve for c:
-5c + 2 < \( \frac{c}{4} \)

45% Answer Correctly
c < -1\(\frac{1}{5}\)
c < -1
c < -\(\frac{25}{29}\)
c < \(\frac{8}{21}\)

Solution

To solve this equation, repeatedly do the same thing to both sides of the equation until the variable is isolated on one side of the < sign and the answer on the other.

-5c + 2 < \( \frac{c}{4} \)
4 x (-5c + 2) < c
(4 x -5c) + (4 x 2) < c
-20c + 8 < c
-20c + 8 - c < 0
-20c - c < -8
-21c < -8
c < \( \frac{-8}{-21} \)
c < \(\frac{8}{21}\)


4

What is 4a - 4a?

80% Answer Correctly
2
0a
8
16a2

Solution

To combine like terms, add or subtract the coefficients (the numbers that come before the variables) of terms that have the same variable raised to the same exponent.

4a - 4a = 0a


5

Factor y2 - 3y - 10

54% Answer Correctly
(y - 5)(y + 2)
(y - 5)(y - 2)
(y + 5)(y - 2)
(y + 5)(y + 2)

Solution

To factor a quadratic expression, apply the FOIL method (First, Outside, Inside, Last) in reverse. First, find the two Last terms that will multiply to produce -10 as well and sum (Inside, Outside) to equal -3. For this problem, those two numbers are -5 and 2. Then, plug these into a set of binomials using the square root of the First variable (y2):

y2 - 3y - 10
y2 + (-5 + 2)y + (-5 x 2)
(y - 5)(y + 2)