Answer:
6
Step by step explanation:
2 + 2 * x = 10
2x+2=10
2x+2−2=10−2
Therefore, x = 6
4/3 of the area of the larger hexagon to the area of the smaller hexagon
Let the sides of the interior hexagon be 2 cm long, then this hexagon is made up of 6 equilateral triangles of side = 2.
The area of this hexagon = 6 * 1 * sqrt3 = 6 sqrt3 ( as the triangle is made up of 2 60-30-90 triangles)
The exterior hexagon is made up of 6 equilateral triangles with altitude 2 and the area = 6 * 2 * (2 / sqrt3 ) = 24 / sqrt3
area exterior hex / interior hex = 24 / sqrt3 * 1 / 6sqrt3 = 24/18
= 4/3
Required ratio = 4/3 answer
Learn more about Equations:
brainly.com/question/16450098
#SPJ4
Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
negative 8 because 45/-9 = -5
Answer:
8x + 10y
Step-by-step explanation:
2(4x+5y)
=> 2(4x) + 2(5y)
=> 8x + 10y