Answer:
$ 2779.88
Step-by-step explanation:
185 325 x 1.5 % =
185 325 x .015 = 2779.88
Answer:
The sequence is subtracting 12 each time. The next two numbers would be 152, and 140
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>
A) 9.573 x 10^7
B) 4.2 x 10^3
C) 9.6 x 10^-6
Brainliest?
Do you want us to answer or simplify?
Simplify:=−18x^7 y^3 + 21x^5 y^4+ 15x^2 y^5