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:
<em>* Siobhan's profit at the grocery store ⇒ $ 10.8 *</em>
Step-by-step explanation:
See below;
Priya's 40% profit in the grocery store ⇒ 40/100 * 9 = 2/5 * 9 = 18/5 ⇒ $ 3.6,
Priya's profit at the grocery store ⇒ 9 + 3.6 ⇒ $ 12.6,
Siobhan's 15% of Priya's profit from the store ⇒ 15/100 * 12.6 = $ 1.8
Siobhan's profit at the grocery store ⇒ 12.6 - 1.8 = $ 10.8
<em>* Siobhan's profit at the grocery store ⇒ $ 10.8 *</em>
Answer:
12 is johns age
Step-by-step explanation:
all you have to do is multiply johns age times 3 then you get your anser
Answer: 300% Increase
Step-by-step explanation: Lets write and solve a percent equation. First lets subtract 12 from 48 to get 36. 48 - 12 = 36
Now, write the equation. P = percent increase
36/12 x 100 = p
3 x 100 = p
300 = p
So, the percent increase is 300%
Answer:
Step-by-step explanation:
Oldest friend=X+2; Middle friend=X+1; Youngest friend=X
X+(X+1)+(X+2)=180
3X+3=180 Subtract 3 from each side.
3X=177 Divide each side by 3
X=59 Youngest friend is 59.
X+2=59+2=61 ANSWER: Oldest friend is 61.
X+2=59+1=60 Middle friend is 60.
CHECK:
Sum is 180
59+60+61=180
180=180