ASVAB Math Knowledge Practice Test 628211 Results

Your Results Global Average
Questions 5 5
Correct 0 3.65
Score 0% 73%

Review

1

Simplify 8a x 9b.

86% Answer Correctly
72ab
72\( \frac{b}{a} \)
72\( \frac{a}{b} \)
72a2b2

Solution

To multiply monomials, multiply the coefficients (the numbers that come before the variables) of each term, add the exponents of like variables, and multiply the different variables together.

8a x 9b = (8 x 9) (a x b) = 72ab


2

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

68% Answer Correctly
5\( \sqrt{2} \)
8\( \sqrt{2} \)
4\( \sqrt{2} \)
2\( \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{25} \) = 5

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 = 52 + 52
c2 = 50
c = \( \sqrt{50} \) = \( \sqrt{25 x 2} \) = \( \sqrt{25} \) \( \sqrt{2} \)
c = 5\( \sqrt{2} \)


3

A coordinate grid is composed of which of the following?

88% Answer Correctly

x-axis

all of these

origin

y-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.


4

Solve for x:
x2 - 4x + 4 = 0

58% Answer Correctly
7 or 1
5 or 2
2
9 or 8

Solution

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

x2 - 4x + 4 = 0
(x - 2)(x - 2) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, (x - 2) must equal zero:

If (x - 2) = 0, x must equal 2

So the solution is that x = 2


5

Simplify (y - 5)(y - 5)

63% Answer Correctly
y2 - 25
77
y2 - 10y + 25
y2 + 10y + 25

Solution

To multiply binomials, use the FOIL method. FOIL stands for First, Outside, Inside, Last and refers to the position of each term in the parentheses:

(y - 5)(y - 5)
(y x y) + (y x -5) + (-5 x y) + (-5 x -5)
y2 - 5y - 5y + 25
y2 - 10y + 25