Answer:the first one is d and the third one is 65% and I think the second one is 5 hours
Step-by-step explanation:
(PLZ READ )all you have to do to get the answer for the first one is divide for example on D it says 1 and then 5 and 2 and 10 first you divide 1 by 5 then 2 by ten and if they ALL have the same answer then they are proportional even if one does not have the same as All the rest it is not proportional.
and for the third one you can search it up
46 i think. sorry if i’m wrong
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;
}
2.48 can be rounded pretty much any number between 2.45 to 2.5
<span />