Answer:
positive
Step-by-step explanation:
negative slopes go from right to left; this line goes from left to right
0; the line isn't completely horizontal
undefined; the line isn't completely vertical
Answer:
Using c++
Check the image for colors.
Step-by-step explanation:
#include <iostream>
using namespace std;
int main()
{
float length1,length2,width1,width2,area1,area2;
cout<<"length of Rectangle 1\n";
cin>>length1;
cout<<"\nwidth of Rectangle 1\n";
cin>>width1;
cout<<"\nlenght of Rectangle 2\n";
cin>>length2;
cout<<"\nwidth of Rectangle 2\n";
cin>>width2;
area1=length1*width1;
area2=length2*width2;
if (area1<area2)
{cout << "\nRectangle 2 has greater area";}
else {
if (area1>area2)
{cout << "\nRectangle 1 has greater area";}
else {cout << "\nAreas are the same";}
}
return 0;
}
Answer:
How can we insert a chart??
Step-by-step explanation:
The function is:
(9x^2 - 36)
f(x) = ---------------------
3x + 6
You can simplify that function to a linear function for all x for which 3x + 6 ≠ 0
=> x ≠ - 2.
So, for x ≠ - 2, you can do:
(9x^2 - 36)
f(x) = --------------------- =
3x + 6
9(x^2 - 4)
f(x) = ---------------------
3(x + 2)
3(x + 2)(x - 2)
f(x) = --------------------- = 3(x - 2) = 3x - 6
(x + 2)
So, the graph is a right line that intercepts the y-axis at - 6 and the x-axis at x = 2, excluding x = -2 as the function is not defined for x = -2. That is the second graph of the second picture.
Answer:
Option 'B' is correct.
Step-by-step explanation:
Since we have given that
Number of lemons used is denoted by 'y'.
Number of glasses of lemonade is denoted by 'x'.
As we can observe that ,
so we can write i as
By cross multiplication
<em>y=4x</em>
So, if write it in the form y=kx,
It will be y=4x.