Answer:
36 ways
Step-by-step explanation:
i just drew on a piece of paper nine songs and did the whole process of making them match and stuff :P
u welcome
4x+3y=13
y=-x+4
x+y=4
4x+3y=13
4x+4y=16
-y=-3
<em>y=3
</em><em />4x+9=13
4x=4<em>
x=1
hope i helped!!</em>
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:

Step-by-step explanation:
Given: Function has two x-intercepts, one at (0,0) and one at (4,0)
To choose: the correct option
Solution:
x-intercepts of are the points whose x-coordinate is 0.
Consider 
Put 

Put 

So, the function
has two x-intercepts, one at (0,0) and one at (4,0).