ASVAB Math Knowledge Practice Test 318997 Results

Your Results Global Average
Questions 5 5
Correct 0 3.47
Score 0% 69%

Review

1

If c = 3 and z = 8, what is the value of c(c - z)?

69% Answer Correctly
70
-15
-28
-315

Solution

To solve this equation, replace the variables with the values given and then solve the now variable-free equation. (Remember order of operations, PEMDAS, Parentheses, Exponents, Multiplication/Division, Addition/Subtraction.)

c(c - z)
1(3)(3 - 8)
1(3)(-5)
(3)(-5)
-15


2

What is 2a8 + 4a8?

76% Answer Correctly
6a16
-2a16
6a8
8a8

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.

2a8 + 4a8 = 6a8


3

A right angle measures:

91% Answer Correctly

360°

180°

45°

90°


Solution

A right angle measures 90 degrees and is the intersection of two perpendicular lines. In diagrams, a right angle is indicated by a small box completing a square with the perpendicular lines.


4

When two lines intersect, adjacent angles are __________ (they add up to 180°) and angles across from either other are __________ (they're equal).

61% Answer Correctly

vertical, supplementary

supplementary, vertical

acute, obtuse

obtuse, acute


Solution

Angles around a line add up to 180°. Angles around a point add up to 360°. When two lines intersect, adjacent angles are supplementary (they add up to 180°) and angles across from either other are vertical (they're equal).


5

Solve for x:
x2 - 6x - 19 = -2x + 2

49% Answer Correctly
9 or 8
-3 or 7
7 or 1
3 or -7

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:

x2 - 6x - 19 = -2x + 2
x2 - 6x - 19 - 2 = -2x
x2 - 6x + 2x - 21 = 0
x2 - 4x - 21 = 0

Next, factor the quadratic equation:

x2 - 4x - 21 = 0
(x + 3)(x - 7) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (x + 3) or (x - 7) must equal zero:

If (x + 3) = 0, x must equal -3
If (x - 7) = 0, x must equal 7

So the solution is that x = -3 or 7