ASVAB Arithmetic Reasoning Practice Test 8039 Results

Your Results Global Average
Questions 5 5
Correct 0 3.39
Score 0% 68%

Review

1

What is (y2)3?

80% Answer Correctly
y6
y5
y
y-1

Solution

To raise a term with an exponent to another exponent, retain the base and multiply the exponents:

(y2)3
y(2 * 3)
y6


2

If \( \left|a + 7\right| \) - 8 = 2, which of these is a possible value for a?

62% Answer Correctly
2
-7
-17
18

Solution

First, solve for \( \left|a + 7\right| \):

\( \left|a + 7\right| \) - 8 = 2
\( \left|a + 7\right| \) = 2 + 8
\( \left|a + 7\right| \) = 10

The value inside the absolute value brackets can be either positive or negative so (a + 7) must equal + 10 or -10 for \( \left|a + 7\right| \) to equal 10:

a + 7 = 10
a = 10 - 7
a = 3
a + 7 = -10
a = -10 - 7
a = -17

So, a = -17 or a = 3.


3

If all of a roofing company's 6 workers are required to staff 3 roofing crews, how many workers need to be added during the busy season in order to send 6 complete crews out on jobs?

55% Answer Correctly
18
6
17
5

Solution

In order to find how many additional workers are needed to staff the extra crews you first need to calculate how many workers are on a crew. There are 6 workers at the company now and that's enough to staff 3 crews so there are \( \frac{6}{3} \) = 2 workers on a crew. 6 crews are needed for the busy season which, at 2 workers per crew, means that the roofing company will need 6 x 2 = 12 total workers to staff the crews during the busy season. The company already employs 6 workers so they need to add 12 - 6 = 6 new staff for the busy season.


4

What is -5z7 x 3z7?

75% Answer Correctly
-15z14
-15z49
-15z7
-2z14

Solution

To multiply terms with exponents, the base of both exponents must be the same. In this case they are so multiply the coefficients and add the exponents:

-5z7 x 3z7
(-5 x 3)z(7 + 7)
-15z14


5

What is the next number in this sequence: 1, 3, 7, 13, 21, __________ ?

69% Answer Correctly
26
31
35
27

Solution

The equation for this sequence is:

an = an-1 + 2(n - 1)

where n is the term's order in the sequence, an is the value of the term, and an-1 is the value of the term before an. This makes the next number:

a6 = a5 + 2(6 - 1)
a6 = 21 + 2(5)
a6 = 31