Answer:

Step-by-step explanation:
x intercept of a function is the point where it's graph intersects the x axis.
or
simply that value x, where the value of y is 0.
since at x = 2; f(x) =0 that point <u>(2, 0)</u> is the x intercept of the function.
Fractions are the part/whole. We can set this up to be...
3/5 = 756
756 x5/3 = 1260.
if she had 1260 to begin with and spent 756, she would have 504.00 left.
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;
}
Answer: Four-thirdsπ(6)³
Step-by-step explanation: The formula for the volume of a sphere is attached in the image down below.
Notice that two of the options listed have <em>three-fourths</em> but we use <em>four-thirds </em>to find the volume of a sphere. This means that we can eliminate the 1st and the 3rd option.
Now, we will multiply that by π and then by the radius cubed which is also written as 6³. This means that our answer would be the second option.
Answer:
3 1/8 pounds
Step-by-step explanation:
rewrite equation into seperate parts: 3+7/8-3/4. then solve fraction parts: 7/8-3/4 lcd would be 8, so 7/8-6/8 would be 1/8. ad the 3 and the answer is 3 1/8