ASVAB Arithmetic Reasoning Practice Test 789862 Results

Your Results Global Average
Questions 5 5
Correct 0 3.49
Score 0% 70%

Review

1

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

62% Answer Correctly
-9
-18
-10
-3

Solution

First, solve for \( \left|y + 2\right| \):

\( \left|y + 2\right| \) + 8 = 0
\( \left|y + 2\right| \) = 0 - 8
\( \left|y + 2\right| \) = -8

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

y + 2 = -8
y = -8 - 2
y = -10
y + 2 = 8
y = 8 - 2
y = 6

So, y = 6 or y = -10.


2

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

55% Answer Correctly
14
15
16
3

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 2 crews so there are \( \frac{6}{2} \) = 3 workers on a crew. 7 crews are needed for the busy season which, at 3 workers per crew, means that the roofing company will need 7 x 3 = 21 total workers to staff the crews during the busy season. The company already employs 6 workers so they need to add 21 - 6 = 15 new staff for the busy season.


3

What is (x3)4?

79% Answer Correctly
x-1
x7
x12
3x4

Solution

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

(x3)4
x(3 * 4)
x12


4

What is the next number in this sequence: 1, 4, 10, 19, 31, __________ ?

68% Answer Correctly
45
46
55
47

Solution

The equation for this sequence is:

an = an-1 + 3(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 + 3(6 - 1)
a6 = 31 + 3(5)
a6 = 46


5

What is the distance in miles of a trip that takes 2 hours at an average speed of 25 miles per hour?

86% Answer Correctly
50 miles
675 miles
320 miles
300 miles

Solution

Average speed in miles per hour is the number of miles traveled divided by the number of hours:

speed = \( \frac{\text{distance}}{\text{time}} \)

Solving for distance:

distance = \( \text{speed} \times \text{time} \)
distance = \( 25mph \times 2h \)
50 miles