Answer:
28
Step-by-step explanation:
Plug in the corresponding numbers to the corresponding variables. Note that:
m = 7
r = 8
t = 2
mr/t = (7 * 8)/2
(7 * (8/2)) = 7 * 4 = 28
28 is your answer.
~
Answer:
1.) 
2.) 
Step-by-step explanation:
1.) 
2.) 

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: 4 inches
Step-by-step explanation:
Let the width of the pool in the drawing be represented by x.
Since scale drawing of a pool has scale of 1 in :4 ft and the actual pool is 16 ft wide, this can be represented in an equation as:
1/4 = x/16
Cross multiply
4 × x = 1 × 16
4x = 16
x = 16/4
x = 4
Therefore, the pool representation in the drawing is 4 inches
A because if you look t is on +3 and r is on -41/2