Answer:
d=-5
Step-by-step explanation:
-4d-37=7d +18
move the terms to its correct side
-4d-7d=18+37
calculate the like terms together.
-11d=55
divide both sides by -11. both of the negavtive (-11) will cancel out and become d on the left and on the right 55 will be divided by -11 = -5. the 5 is negative because there's a negative -11 if there were a postive 11 it will be 5 instead of D=-5
Answer:
40 degrees
Step-by-step explanation:
Angle ACO = 80 ( 180 - 100)
Angle CAO = 60 (180 - 120)
Angle AOC = 40 (180 - 80 - 60) (TOTAL DEGREES OF A TRIANGLE IS 180)
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;
}
The correct answer is the letter B)
65 millimeters to meters is .065 and you would know this because there's .001 millimeters in 1 meter so with 65 you would move the decimal up 3 spaces o make .065m