Answer:
Step-by-step explanation:
thomas age is 47
(i.) CA = πrl
CA = π (5*13)
CA = 65π
(ii.) TA = πrl + πr^2
TA = 65π + π (5^2)
TA = 65π + 25π
TA = 90π
(iii.) To get the height of the cone, you have to use the Pythagorean theorem. Plug in the radius for a and the slant height for c.
a^2 + b^2 = c^2
5^2 + b^2 = 13^2
25 + b^2 = 169 Height = 12
b^2 = 144
b = 12
(iv.) v = (1/3)πr^2h
v = (1/3)π(5^2)*12
v = (1/3)π(25*12)
v = (1/3)π*300
v = 100π
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;
}
For #1
city A's mean would be 10.5, then you would divide it by the number of numbers there is which is 5,So 10.5/5 is 2.1
city B's mean would be 11.6 then you would divide it by the number of numbers there is which is 5, So 11.6/5 is 2.32.
thats all I have don't know how to do #3 sorry