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:
Step-by-step explanation:
Given
See attachment for figure


Required
The scale factor (k)
Since point C is the center of dilation, the scale factor (k) is calculated using:

So, we have:



Answer:11343.75 feet
Step-by-step explanation:
so you do 15 x 5.5 and then 25 x 5.5 then you times the answers of the two and you get your answer
this should be right.
Hoped this helped
Y = 3x/4 - 1
Taking (-1-2)/(0-4) gives the slope of the line to be 3/4. Substituting x = 0 gives the y-intercept as -1.