Answer:
78 i believe
Step-by-step explanation:
38% of 21,515,714 is 8175971.32 which can be rounded to 8,175,971.
Hope this helps :)<span>
</span>
Answer:

Step-by-step explanation:
We have been given that Mrs. Backstrom built a small wooden box for her cat. The box has a length of one and one tenth feet, a width of 1.6 feet, and a height of 2 feet. We are asked to find the volume of the box.
Let us convert one and one tenth feet into decimal.

Since the cat box is in form of cuboid, so its volume will be equal to the product of length, width and height as:


Therefore, the volume of the cat box is 3.53 cubic feet.
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
The house is 91000 dollars. 14000 x 6.5
F U jackmac