<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:
A
Step-by-step explanation:
Quadrant 1 is in the top right
Quadrant 2 is in the bottom right
Quadrant 3 is in the bottom left
Quadrant 3 is in the top left
(The quadrants follow in a clockwise motion one after another)
Answer:
could you type that again? I don't understand
Answer:
x=29
Step-by-step explanation:
the line in the middle of the triangle is at a right angle, so each side of it must equal 90 degrees, so then 90=3x+3, 90-3=3x then you simply, 87=3x which equals x=29.
The factors of the expression is 2and -3