It is the Correct answer hope this help you
Be happy
Answer:
y=4/3 x -5/3
Step-by-step explanation:
Please see attached picture for full solution.
The surface area of the triangular prism is 93 squared feet.
<h3>What is the
surface area of the
triangular prism?</h3>
The surface area of triangular prism is expressed as;
S.A = bh + ( s₁ + s₂ + s₃ )H
From the diagram;
- h = 2ft
- b or s₁ = 3ft
- s₂ = 3ft
- s₃ = 3ft
- H = 10ft
We substitute our given values into the equation above.
S.A = bh + ( s₁ + s₂ + s₃ )H
S.A = (3ft × 2ft) + ( 3ft + 3ft + 3ft )10ft
S.A = 3ft² + ( 9ft )10ft
S.A = 3ft² + 90ft²
S.A = 93ft²
The surface area of the triangular prism is 93 squared feet.
Learn more about prisms here: brainly.com/question/21079821
#SPJ1
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza