ASVAB Arithmetic Reasoning Practice Test 582362 Results

Your Results Global Average
Questions 5 5
Correct 0 3.30
Score 0% 66%

Review

1

a(b + c) = ab + ac defines which of the following?

74% Answer Correctly

distributive property for division

commutative property for multiplication

commutative property for division

distributive property for multiplication


Solution

The distributive property for multiplication helps in solving expressions like a(b + c). It specifies that the result of multiplying one number by the sum or difference of two numbers can be obtained by multiplying each number individually and then totaling the results: a(b + c) = ab + ac. For example, 4(10-5) = (4 x 10) - (4 x 5) = 40 - 20 = 20.


2

If all of a roofing company's 12 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
10
6
12
7

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


3

What is the next number in this sequence: 1, 5, 13, 25, 41, __________ ?

69% Answer Correctly
61
68
58
64

Solution

The equation for this sequence is:

an = an-1 + 4(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 + 4(6 - 1)
a6 = 41 + 4(5)
a6 = 61


4

4! = ?

85% Answer Correctly

4 x 3

5 x 4 x 3 x 2 x 1

3 x 2 x 1

4 x 3 x 2 x 1


Solution

A factorial has the form n! and is the product of the integer (n) and all the positive integers below it. For example, 5! = 5 x 4 x 3 x 2 x 1 = 120.


5

If a rectangle is twice as long as it is wide and has a perimeter of 12 meters, what is the area of the rectangle?

47% Answer Correctly
98 m2
18 m2
72 m2
8 m2

Solution

The area of a rectangle is width (w) x height (h). In this problem we know that the rectangle is twice as long as it is wide so h = 2w. The perimeter of a rectangle is 2w + 2h and we know that the perimeter of this rectangle is 12 meters so the equation becomes: 2w + 2h = 12.

Putting these two equations together and solving for width (w):

2w + 2h = 12
w + h = \( \frac{12}{2} \)
w + h = 6
w = 6 - h

From the question we know that h = 2w so substituting 2w for h gives us:

w = 6 - 2w
3w = 6
w = \( \frac{6}{3} \)
w = 2

Since h = 2w that makes h = (2 x 2) = 4 and the area = h x w = 2 x 4 = 8 m2