ashlynnnnnnnn65 ashlynnnnnnnn65
  • 04-08-2022
  • Mathematics
contestada


There is a rectangular prism with a length of 8 m, a width of 5 m, and a height of 7 m.
Find the surface area of this rectangular prism.
PLEASE HELP ME :)

Respuesta :

emanahmedd183 emanahmedd183
  • 04-08-2022
SA = 2 (lh +wh + lw ) so SA=2(8*7 + 5*7 + 8*5)= 262 The answer is 262
Answer Link

Otras preguntas

Plzzzzzz Help ASAP!!!!! 1. Sex-linked traits are more common in _________. males females 2. True or False: The genotype of a carrier female for hemophilia is
Shala says that 94% of the colored sheet of paper she has are blue. What decimal portion of her paper is shaded blue?
If a=bc-d, find d given that a=-16, b=3, c=5
1. The ratio of the measures of the angles in a triangle is 8:3:4. Find the measures of the angles.
“This is Jane Mazloum, I’m a patient of Dr. Olgivy. I just listened to a phone message from your office about coming in for a checkup. My husband and I were t
Which country or countries is responsible for determining the status of immigrants?
Which of these is a covalent compound?1.AICI32.CO3.MgO4.LiCI​
Fill in the code to complete the following method for computing a Fibonacci number. public static long fib(long index) { if (index == 0) // Base case return 0;
A faster moving object has
Create one Python module: arithmetic which has two functions: add(x, y) and get_length(x). The description of two functions are below: def add(x, y): # add two