ASVAB Math Knowledge Practice Test 668410 Results

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

Review

1

For this diagram, the Pythagorean theorem states that b2 = ?

47% Answer Correctly

c2 - a2

c2 + a2

a2 - c2

c - a


Solution

The Pythagorean theorem defines the relationship between the side lengths of a right triangle. The length of the hypotenuse squared (c2) is equal to the sum of the two perpendicular sides squared (a2 + b2): c2 = a2 + b2 or, solved for c, \(c = \sqrt{a + b}\)


2

What is the area of a circle with a diameter of 8?

69% Answer Correctly
49π
16π

Solution

The formula for area is πr2. Radius is circle \( \frac{diameter}{2} \):

r = \( \frac{d}{2} \)
r = \( \frac{8}{2} \)
r = 4
a = πr2
a = π(42)
a = 16π


3

Solve for y:
y2 - 15y + 25 = -5y + 1

48% Answer Correctly
3 or 1
7 or -1
4 or -8
4 or 6

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:

y2 - 15y + 25 = -5y + 1
y2 - 15y + 25 - 1 = -5y
y2 - 15y + 5y + 24 = 0
y2 - 10y + 24 = 0

Next, factor the quadratic equation:

y2 - 10y + 24 = 0
(y - 4)(y - 6) = 0

For this expression to be true, the left side of the expression must equal zero. Therefore, either (y - 4) or (y - 6) must equal zero:

If (y - 4) = 0, y must equal 4
If (y - 6) = 0, y must equal 6

So the solution is that y = 4 or 6


4

If a = c = 4, b = d = 7, what is the area of this rectangle?

80% Answer Correctly
45
28
24
20

Solution

The area of a rectangle is equal to its length x width:

a = l x w
a = a x b
a = 4 x 7
a = 28


5

Factor y2 - 3y - 4

54% Answer Correctly
(y + 4)(y + 1)
(y - 4)(y - 1)
(y - 4)(y + 1)
(y + 4)(y - 1)

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

y2 - 3y - 4
y2 + (-4 + 1)y + (-4 x 1)
(y - 4)(y + 1)