Answer: 34 in^3
Step-by-step explanation:
Surface area of triangle = 1/2 x 3.4 x 2.5 = 4.25
To find the volume of the prism, multiply the surface area of the triangle by length.
So 4.25 x 8 = 34 in^3
Your answer is gonna be 18/5 I’m sorry if this is wrong
Answer:
selling stocks and bonds, and taxing americans
Step-by-step explanation:
<span>Declaring the volume function
double PyramidVolume(double baseLength, double baseWidth, double pyramidHeight){
double baseArea = baseLength * baseWidth;
double vol = ((baseArea * pyramidHeight) * 1/3);
return vol;
}
int main() {
cout << "Volume for 1.0, 1.0, 1.0 is: " << PyramidVolume(1.0, 1.0, 1.0) << endl;
return 0;
}
Defining the function,
include <iostream>
double PyramidVolume(double, double, double);
int main()
{
std::cout << "Volume for 1.0, 1.0, 1.0 is: " << PyramidVolume(1.0, 1.0, 1.0) << std::endl;
return 0;
}
double PyramidVolume(double length, double width, double height)
{
return length * width * height / 3;
}</span>
Answer:
please mark me as brainlest
Step-by-step explanation:
b is the answers for the question