The equation of the line in point-slope form is equal to
The equation of the line in standard form is equal to
step 1
Find the slope m
Let
step 2
convert to standard form
Answer:
The quadratic polynomial with integer coefficients is
.
Step-by-step explanation:
Statement is incorrectly written. Correct form is described below:
<em>Find a quadratic polynomial with integer coefficients which has the following real zeros: </em>
<em>. </em>
Let be
and
roots of the quadratic function. By Algebra we know that:
(1)
Then, the quadratic polynomial is:


The quadratic polynomial with integer coefficients is
.
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;
}
There are 16 ways to arrange the row so that at least 3 girls always sit next to each other.
Answer:

Step-by-step explanation:
At least 6 hours means that the people took at least 6 hours and at most any number that is greater than 6. Here the greatest no. is 10.
<em><u>So, the range for this will be 6-10</u></em>
No. of People who sleep for 6-8 hours = 9
No. of People who sleep for 8-10 hours = 3
No. of People who sleep for 6-10 hours = 9+3
=> 12 people