ASVAB Math Knowledge Practice Test 912920 Results

Your Results Global Average
Questions 5 5
Correct 0 2.98
Score 0% 60%

Review

1

Solve for y:
-7y - 1 = 2 - y

59% Answer Correctly
\(\frac{2}{7}\)
2
-8
-\(\frac{1}{2}\)

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 equal sign and the answer on the other.

-7y - 1 = 2 - y
-7y = 2 - y + 1
-7y + y = 2 + 1
-6y = 3
y = \( \frac{3}{-6} \)
y = -\(\frac{1}{2}\)


2

If the area of this square is 64, what is the length of one of the diagonals?

68% Answer Correctly
2\( \sqrt{2} \)
8\( \sqrt{2} \)
4\( \sqrt{2} \)
6\( \sqrt{2} \)

Solution

To find the diagonal we need to know the length of one of the square's sides. We know the area and the area of a square is the length of one side squared:

a = s2

so the length of one side of the square is:

s = \( \sqrt{a} \) = \( \sqrt{64} \) = 8

The Pythagorean theorem defines the square of the hypotenuse (diagonal) of a triangle with a right angle as the sum of the squares of the other two sides:

c2 = a2 + b2
c2 = 82 + 82
c2 = 128
c = \( \sqrt{128} \) = \( \sqrt{64 x 2} \) = \( \sqrt{64} \) \( \sqrt{2} \)
c = 8\( \sqrt{2} \)


3

Factor y2 - 64

54% Answer Correctly
(y + 8)(y + 8)
(y - 8)(y - 8)
(y + 8)(y - 8)
(y - 8)(y + 8)

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 -64 as well and sum (Inside, Outside) to equal 0. For this problem, those two numbers are -8 and 8. Then, plug these into a set of binomials using the square root of the First variable (y2):

y2 - 64
y2 + (-8 + 8)y + (-8 x 8)
(y - 8)(y + 8)


4

A trapezoid is a quadrilateral with one set of __________ sides.

70% Answer Correctly

parallel

equal length

right angle

equal angle


Solution

A trapezoid is a quadrilateral with one set of parallel sides.


5

Solve for b:
b2 - 20b + 58 = -5b + 2

48% Answer Correctly
4 or -8
8 or 7
7 or 8
-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:

b2 - 20b + 58 = -5b + 2
b2 - 20b + 58 - 2 = -5b
b2 - 20b + 5b + 56 = 0
b2 - 15b + 56 = 0

Next, factor the quadratic equation:

b2 - 15b + 56 = 0
(b - 7)(b - 8) = 0

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

If (b - 7) = 0, b must equal 7
If (b - 8) = 0, b must equal 8

So the solution is that b = 7 or 8