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:
y= -1/4x+2
Step-by-step explanation:
use the slope formula to get the slope: y2-y1/x2-x1 or 1-2/4-0 subtract to get -1/4 that is the m(slope)*x in y=mx+b now for b it is the point in which x=0 so the first point has x=0 and it's y is 2 so b is 2. put it together to get y=-1/4x+2
Answer:
YZ = 1
XY = 1.5
XYZ 1.33
Step-by-step explanation:
Answer:
x and y can help you show you the constant rate or the unit rate
Step-by-step explanation:
if you use a graph you can see that x mutipley my a certain number gets you y