The total amount of degrees in a triangle is 180. All three angles should add up to 180˚
We know that 40+60 = 100
The next step is to do 180-100 to get the other angle.
180-100 = 80
So the measure of the third angle is 80˚
Hope this helps!
(Also if you want to do this in one equation, you would do 40+60+x = 180
40+60+x = 180
100+x = 180 (combine like terms)
x = 80 (Subtract 100 from both sides)
The answer is 2/16 if you do the math with the numerators only.
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:
156.86
Step-by-step explanation:
The tip of fifteen percent will be $20.46
The total will be $156.86