Answer:
6in 5in
you have to do 5×2 and 6×2 and add those together
Answer:
k = -9
Step-by-step explanation:
subtract 2k from both sides
_5k+8= -37
subtract 8
_5k = -45
divide by 5
_k = -9
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;
}
Camille spent 22 minutes and 30 seconds opening presents.
Since Camille had a very fun birthday party with lots of friends and family attending, and the party lasted for 3 hours, and she and her friends played games for 3/8 of the time, ate pizza and cake for 50% of the time , and spent the remainder of the time opening presents, to determine the amount of time spent opening presents the following calculation must be performed, posing the following linear equation:
Total time - time spent on other activities = time spent opening presents
- 3 - (3 x 3/8) - (3 x 0.5) = X
- 3 - 1.125 - 1.5 = X
- 3 - 2.625 = X
- 0.375 = X
- 1 = 60
- 0.375 = X
- 0.375 x 60 = X
- 22.5 = X
Therefore, Camille spent 22 minutes and 30 seconds opening presents.
Learn more in brainly.com/question/11897796
Answer:
Radius = 1 in
then the volume of bubble = 4/3 π r^3
= (4/3 × 22/7 × 1) in^3 = 88/21 in^3
Hope it helps