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:
The two that are blank are 2 and 7
Step-by-step explanation:
Step-by-step explanation:
-3x-9
divide the equation by -1 so that the -1's are taken from -3x and -9. so the -1 goes on the outside of 3x+9
-1(3x+9)
then divide the equation by 3 since 3x and 9 is divisible by 3.
(-1)(3)(3/3x+9/3)
-3(x+3)
Now we can expand again to check the problem
-3 times x=-3x
-3 times 3=-9
and add
-3x-9
Hope that helps :)
Answer:
The smaller number is 11.
Step-by-step explanation:
11 + 13 = 24
11 x 13 = 143
Hope this helps!
Sub 11 for n
S(11)=11^2
S(11)=121