Answer:
The standard form for linear equations in two variables is Ax+By=C. For example, 2x+3y=5 is a linear equation in standard form. When an equation is given in this form, it's pretty easy to find both intercepts (x and y). This form is also very useful when solving systems of two linear equations.
Step-by-step explanation:
Answer:
10 green
Step-by-step explanation:
24 total balls. 17 Not red, so 24-17=7. 7 Red balls. That leaves 17 balls. 10 of them are neither yellow nor blue, and since the amount of red balls has been figured out, we do not need to account for them. 17 balls - 10 not yellow or blue equals 7 balls that can be yellow or blue. 17 balls left, minus the 7 yellow or blue balls equals 10.
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;
}
Your domain is your x and range is your y if that’s what you were asking you got to be more specific
Answer:
Step-by-step explanation:
(X,Y)=(-55/2,-38