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;
}
The answer is A
F (-4)=-23 < 0
F (-1)=16> 0
Answer:
Ans: (-5, 5)
-5 < x < 5
Step-by-step explanation:
Standard form: f(x) = x^2 - 25 < 0.
First solve x^2 - 25 = 0 --> x = +- 5
Use the algebraic method to solve f(x) < 0. Between the 2 real roots (-5) and (5), f(x) < 0, as opposite in sign to a = 1.
Answer by open interval: (-5, 5)
Answer:
1
Step-by-step explanation:
Given the system of equations below
y=2x+5
y=x+6
Equating the right hand side of the expressions we will have;
2x+5 = x+6
Collect the like terms;
2x - x = 6 - 5
x = 1
Hence the x-coordinate of the solution to the system is 1
Answer:
9
Step-by-step explanation:
-5×3+7×4-54÷9+2
-5×3+7×4-6+2
-15+28-6+2
-15-6+28+2
-21+30
9