Hi there!
There is an initial cost of $210,000 (which you're just going to pay once)
Then it costs $500 per day to operate.
The number of days is represented by "x".
Your equation in function notation should look like this :
f(x) = 500x + 210,000
There you go! I really hope this helped, if there's anything just let me know! :)
Answer:
b. not similar
Step-by-step explanation:
The given sides* have the ratio 30:39 = 10:13 in one triangle and the ratio 20:27 = 10:13.5 in the other triangle. Since these ratios are different, the triangles cannot be similar.
____
* These are the sides bracketing the vertical angles at T. If the triangles were similar, the three sides would have to have the ratios 10 : 13 : 13.5.
However, the geometry shown would require that the angle opposite side 13.5 in one triangle have the same measure as the angle opposite side 13 in the other triangle. That is not possible, so it is not possible for these triangles to be similar.
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:number of juice and fruits
Step-by-step explanation:
juice and fruits
Answer:
25 × 60 (1 minute) × 60 (1 hour) = 90,000 meters/hour
90,000 converted into miles is 55.923