Card 0 of 20
A rectangular prism has length 7, width 4, and height 4. What is the distance from the top back left corner to the bottom front right corner?
The diagonal from the top back left corner to the bottom front right corner will be the hypotenuse of a right triangle. The sides of the triangle will be the height of the box and the diagonal through the middle of one of the rectangular faces. We will be able to solve for the length using the Pythagorean Theorem.
To calculate the length of the hypotenuse, we first must find the length of the rectangular diagonal using the sides of the rectangle. This diagonal will be the hypotenuse of a right triangle with sides 7 and 4. Solve for the diagonal length using the Pythagorean Theorem.
Now we can return to our first triangle. We are given the height, 4, and now have the length of the rectangular diagonal. Use these values to solve for the length of the diagonal that connects the top back left corner and the bottom front right corner.
Compare your answer with the correct one above
The dimensions of a right, rectangular prism are 4 in x 12 in x 2 ft. What is the diagonal distance of the prism?
The problem is simple, but be careful. The units are not equal. First convert the last dimension into inches. There are 12 inches per foot. Therefore, the prism's dimensions really are: 4 in x 12 in x 24 in.
From this point, things are relatively easy. The distance from corner to corner in a three-dimensional prism like this can be found by using a variation on the Pythagorean Theorem that merely adds one dimension. That is, _d_2 = _x_2 + _y_2 + _z_2, or d = √(_x_2 + _y_2 + _z_2)
For our data, this would be:
d = √(42 + 122 + 242) = √(16 + 144 + 576) = √(736) = √(2 * 2 * 2 * 2 * 2 * 23) = 4√(46)
Compare your answer with the correct one above
The base of a right, rectangular prism is a square. Its height is three times that of one of the sides of the base. If its overall volume is 375 in3, what is the diagonal distance of the prism?
First, let's represent our dimensions. We know the bottom could be represented as being x by x. The height is said to be three times one of these dimensions, so let's call it 3_x_. Based on this, we know the dimensions of the prism are x, x, and 3_x_. Now, the volume of a right rectangular prism is found by multiplying together its three dimensions. Therefore, if we know the overall volume is 375 in3, we can say:
375 = x * x * 3_x_ or 375 = 3_x_3
Simplifying, we first divide by 3: 125 = _x_3. Taking the cube root of both sides, we find that x = 5.
Now, be careful. The dimensions are not 5, 5, 5. They are (recall) x, x, and 3_x_. If x = 5, this means the dimensions are 5, 5, and 15.
At this point, things are beginning to progress to the end of the problem. The distance from corner to corner in a three-dimensional prism like this can be found by using a variation on the Pythagorean Theorem that merely adds one dimension. That is, _d_2 = _x_2 + _y_2 + _z_2, or d = √(_x_2 + _y_2 + _z_2)
For our data, this would be: d = √(52 + 52 + 152) = √(25 + 25 + 225) = √(275) = √(5 * 5 * 11) = 5√(11) in
Compare your answer with the correct one above
The base of a right, rectangular prism has one side that is three times the length of the other. Its height is twice the length of the longer side of the base. If its overall volume is 13,122 in3, what is the diagonal distance of the prism?
First, let's represent our dimensions. We know the bottom could be represented as being x by 3_x_. The height is said to be twice the longer dimension, so let's call it 2 * 3_x_, or 6_x_. Based on this, we know the dimensions of the prism are x, 2_x_, and 6_x_. Now, the volume of a right rectangular prism is found by multiplying together its three dimensions. Therefore, if we know the overall volume is 13,122 in3, we can say:
13,122 = x * 3_x_ * 6_x_ or 13,122 = 18_x_3
Simplifying, we first divide by 18: 729 = _x_3. Taking the cube root of both sides, we find that x = 9.
Now, be careful. The dimensions are not 9, 9, and 9. They are (recall) x, 3_x_, and 6_x_. If x = 9, this means the dimensions are 9, 27, and 54.
At this point, things are beginning to progress to the end of the problem. The distance from corner to corner in a three-dimensional prism like this can be found by using a variation on the Pythagorean Theorem that merely adds one dimension. That is, _d_2 = _x_2 + _y_2 + _z_2, or d = √(_x_2 + _y_2 + _z_2)
For our data, this would be: d = √(92 + 272 + 542) = √(81 + 729 + 2916) = √(3726) = √(2 * 3 * 3 * 3 * 3 * 23) = 9√(46) in.
Compare your answer with the correct one above
In the rectangular prism above, the length of ,
, and
. What is the length of
?
The equation for the diagonal of a rectangular prism is
Diagonal=
When you plug in the values for the length, width, and height, you get
Diagonal=
Diagonal=
Diagonal=
Diagonal=
Compare your answer with the correct one above
For a box to fit inside the cupboard, the sum of the height and the perimeter of the box must, at most, be 360 cm. If Jenn has a box that has a height of 40 cm and a length of 23 cm, what is the greatest possible width of the box?
First we write out the equation we are given. H + (2_L_ +2_W_) = 360. H = 40 and L = 23
40 + (2(23) + 2_W_) = 360
40 + (46 + 2_W_) = 360
46 + 2_W_ = 320
2_W_ = 274
W = 137
Compare your answer with the correct one above
The volume of a rectangular prism is 80 cm3. The length, width, and height of the prism are each an integer number of cm. If the dimensions form three terms of an arithmetic sequence, find the average of the three dimensions.
Method 1:
Trial and error to find a combination of factors of 80 that differ by the same amount will eventually yield 2, 5, 8. The average is 5.
Method 2:
Three terms of an arithmetic sequence can be written as x, x+d, and x+2d. Multiply these together using the distributive property to find the volume and the following equation results:
x3 + 3dx2 + 2d2x - 80 = 0
Find an integer value of x that creates an integer solution for d. Try x=1 and we see the equation 1 + 3d + 2d2 - 80 = 0 or 2d2 + 3d -79 = 0. The determinant of this quadratic is 641, which is not a perfect square. Therefore, d is not an integer when x=1.
Try x=2 and we see the equation 8 + 12d + 4d2 - 80 = 0 or d2 + 3d - 18 = 0. This is easily factored to (d+6)(d-3)=0 so d=-6 or d=3. Since a negative value of d will result in negative dimensions of the prism, d must equal 3. Therefore, when substituting x=2 and d=3, the dimensions x, x+d, and x+2d become 2, 5, and 8. The average is 5.
Compare your answer with the correct one above
A right rectangular prism has a volume of 64 cubic units. Its dimensions are such that the second dimension is twice the length of the first, and the third is one-fourth the dimension of the second. What are its exact dimensions?
Based on our prompt, we can say that the prism has dimensions that can be represented as:
Dim1: x
Dim2: 2 * Dim1 = 2x
Dim3: (1/4) * Dim2 = (1/4) * 2x = (1/2) * x
More directly stated, therefore, our dimensions are: x, 2x, and 0.5x. Therefore, the volume is x * 2x * 0.5x = 64, which simplifies to x3 = 64. Solving for x, we find x = 4. Therefore, our dimensions are:
x = 4
2x = 8
0.5x = 2
Or: 2 x 4 x 8
Compare your answer with the correct one above
A right rectangular prism has a volume of 120 cubic units. Its dimensions are such that the second dimension is three times the length of the first, and the third dimension is five times the dimension of the first. What are its exact dimensions?
Based on our prompt, we can say that the prism has dimensions that can be represented as:
Dim1: x
Dim2: 3 * Dim1 = 3x
Dim3: 5 * Dim1 = 5x
More directly stated, therefore, our dimensions are: x, 3x, and 5x. Therefore, the volume is x * 3x * 5x = 120, which simplifies to 15x3 = 120 or x3 = 8. Solving for x, we find x = 2. Therefore, our dimensions are:
x = 2
3x = 6
5x = 10
Or: 2 x 6 x 10
Compare your answer with the correct one above
A rectangular prism has a volume of 70 m3. If the length, width, and height of the prism are integers measured in meters, which of the following is NOT a possible measure of the surface area of the prism measured in square meters?
Since the volume is the product of length, width, and height, and each of these three dimensions are integers, it is important to know the factors of the volume. 70 = (2)(5)(7). This implies that each of these factors (and only these factors with the exception of 1) will show up in the three dimensions exactly once. This creates precisely the following five possibilities:
2, 5, 7
SA = 2((2)(5)+(2)(7)+(5)(7)) = 118
1, 7, 10
SA = 2((1)(7)+(1)(10)+(7)(10)) = 174
1, 5, 14
SA = 2((1)(5)+(1)(14)+(5)(14)) = 178
1, 2, 35
SA = 2((1)(2)+(1)(35)+(2)(35)) = 214
1, 1, 70
SA = 2((1)(1)+(1)(70)+(1)(70)) = 282
Compare your answer with the correct one above
The three sides of a rectangular box all have integer unit lengths. If each of the side lengths is greater than one unit, and if the volume of the box is 182 cubic units, what is the surface area of the box in square units?
Let's call the side lengths of the box l, w, and h. We are told that l, w, and h must all be integer lengths greater than one. We are also told that the volume of the box is 182 cubic units.
Since the volume of a rectangular box is the product of its side lengths, this means that lwh must equal 182.
(l)(w)(h) = 182.
In order to determine possible values of l, w, and h, it would help us to figure out the factors of 182. We want to express 182 as a product of three integers each greater than 1.
Let's factor 182. Because 182 is even, it is divisible by 2.
182 = 2(91).
91 is equal to the product of 7 and 13.
Thus, 182 = 2(7)(13).
This means that the lengths of the box must be 2, 7, and 13 units.
In order to find the surface area, we can use the following formula:
surface area = 2lw + 2lh + 2hw.
surface area = 2(2)(7) + 2(2)(13) + 2(7)(13)
= 28 + 52 + 182
= 262 square units.
The answer is 262.
Compare your answer with the correct one above
A right rectangular prism has dimensions of 3 x 5 x 20. What is its surface area?
There are six faces to a right, rectangular prism. Based on our dimensions, we know that we must have a face that is 3 x 5, a face that is 5 x 20 and a face that is 3 x 20. To think this through, imagine that the front face is 3 x 5, the right side is 5 x 20, and the top is 3 x 20. Now, each of these sides has a matching side opposite (the left has the right, the top has the bottom, the front has the back).
Therefore, we know we have the following areas for the faces of our prism:
2 * 3 * 5 = 30
2 * 5 * 20 = 200
2 * 3 * 20 = 120
Add these to get the total surface area:
30 + 200 + 120 = 350
Compare your answer with the correct one above
A right rectangular prism has dimensions of 12.4 x 2.3 x 33. What is its surface area?
There are six faces to a right, rectangular prism. Based on our dimensions, we know that we must have a face that is 12.4 x 2.3, a face that is 2.3 x 33 and a face that is 33 x 12.4. To think this through, imagine that the front face is 12.4 x 2.3, the left side is 2.3 x 33, and the top is 33 x 12.4. Now, each of these sides has a matching side opposite (the left has the right, the top has the bottom, the front has the back).
Therefore, we know we have the following areas for the faces of our prism:
2 * 12.4 * 2.3 = 57.04
2 * 2.3 * 33 = 151.8
2 * 12.4 * 33 = 818.4
Add these to get the total surface area:
57.04 + 151.8 + 818.4 = 1027.24
Compare your answer with the correct one above
The dimensions of a right rectangular prism are such that the second dimension is twice the length of the first and the third is twice the length of the second. If the volume of the prism is 216 cubic units, what is its surface area?
Based on our prompt, we can say that the prism has dimensions that can be represented as:
Dim1: x
Dim2: 2 * Dim1 = 2x
Dim3: 2 * Dim2 = 2 * 2x = 4x
More directly stated, therefore, our dimensions are: x, 2x, and 4x. Therefore, the volume is x * 2x * 4x = 216, which simplifies to 8x3 = 216 or x3 = 27. Solving for x, we find x = 3. Therefore, our dimensions are:
x = 3
2x = 6
4x = 12
Or: 3 x 6 x 12
Now, to find the surface area, we must consider that this means that our prism has sides of the following dimensions: 3 x 6, 6 x 12, and 3 x 12. Since each side has a "matching" side opposite it, we know that we have the following values for the areas of the faces:
2 * 3 * 6 = 36
2 * 6 * 12 = 144
2 * 3 * 12 = 72
The total surface area therefore equals: 36 + 144 + 72 = 252 square units.
Compare your answer with the correct one above
The area of a given object is 30,096 in2. What is the area of this object in ft2?
Converting squared units is not difficult, though you have to be careful not to make a simple mistake. It is tempting to think you can merely divide the initial value (30,096) by 12, as though you were converting from inches to feet.
Begin by thinking this through as follows. In the case of a single dimension, we know that:
1 ft = 12 in or 1 in = (1/12) ft
Now, think the case of a square with dimensions 1 ft x 1 ft. This square has the following dimensions in inches: 12 in x 12 in. The area is therefore 12 * 12 = 144 in2. This holds for all two-dimensional conversions. Therefore, the two dimensional conversion equation is:
1 ft2 = 144 in2 or 1 in2 = (1/144) ft2
Based on this, we can convert our value 30,096 in2 thus: 30,096/144 = 209 ft2.
Compare your answer with the correct one above
The area of a given object is 24 yd2. What is the area of this object in in2?
Converting squared units is not difficult, though you have to be careful not to make a simple mistake. It is tempting to think you can merely multiply the initial value (24) by 36, as though you were converting from yards to inches.
Begin by thinking this through as follows. In the case of a single dimension, we know that:
1 yd = 36 in
Now, think the case of a square with dimensions 1 yd x 1 yd. This square has the following dimensions in inches: 36 in x 36 in. The area is therefore 36 * 36 = 1296 in2. This holds for all two-dimensional conversions. Therefore, the two dimensional conversion equation is:
1 yd2 = 1296 in2
Based on this, we can convert our value 24 yd2 thus: 24 * 1296 = 31,104 in2.
Compare your answer with the correct one above
What is the surface area of an equilateral triangluar prism with edges of 6 in and a height of 12 in?
Let and
.
The surface area of the prism can be broken into three rectangular sides and two equilateral triangular bases.
The area of the sides is given by: , so for all three sides we get
.
The equilateral triangle is also an equiangular triangle by definition, so the base has congruent sides of 6 in and three angles of 60 degrees. We use a special right traingle to figure out the height of the triangle: 30 - 60 - 90. The height is the side opposite the 60 degree angle, so it becomes or 5.196.
The area for a triangle is given by and since we need two of them we get
.
Therefore the total surface area is .
Compare your answer with the correct one above
Angie is painting a 2 foot cube for a play she is in. She needs of paint for every square foot she paints. How much paint does she need?
First we must calculate the surface area of the cube. We know that there are six surfaces and each surface has the same area:
Now we will determine the amount of paint needed
Compare your answer with the correct one above
What is the total surface area of a box without a lid, if the dimensions of the base of the box are , and the box is
tall?
The surface area of a rectangular prism is . Our prism, however, is missing its top, so it will be
. This gives us
.
Compare your answer with the correct one above
A rectangular box has a length of 2 meters, a width of 0.5 meters, and a height of 3.2 meters. How many cubes with a volume of one cubic centimeter could fit into this rectangular box?
In order to figure out how many cubic centimeters can fit into the box, we need to figure out the volume of the box in terms of cubic centimeters. However, the measurements of the box are given in meters. Therefore, we need to convert these measurements to centimeters and then determine the volume of the box.
There are 100 centimeters in one meter. This means that in order to convert from meters to centimeters, we must multiply by 100.
The length of the box is 2 meters, which is equal to 2 x 100, or 200, centimeters.
The width of the box is 0.5(100) = 50 centimeters.
The height of the box is 3.2(100) = 320 centimeters.
Now that all of our measurements are in centimeters, we can calculate the volume of the box in cubic centimeters. Remember that the volume of a rectangular box (or prism) is equal to the product of the length, width, and height.
V = length x width x height
V = (200 cm)(50 cm)(320 cm) = 3,200,000 cm3
To rewrite this in scientific notation, we must move the decimal six places to the left.
V = 3.2 x 106 cm3
The answer is 3.2 x 106.
Compare your answer with the correct one above