The value of x=20
Step-by-step explanation:
We need to find the value of x
We are given a right angle which is equal to 90°
So, all three angles must sum to 90°
Our equation will be:

Solving and finding value of x

So, the value of x=20
Keywords: Angles
Learn more about angles at:
#learnwithBrainly
Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
Answer:
Area of Trapezoid is 39 unit²
Step-by-step explanation:
Given as :
For A Trapezoid
The measure of base side 1 =
= 10 unit
The measure of base side 2 =
= 16 unit
The height of the Trapezoid = h = 3 unit
Let The Area of Trapezoid = A square unit
<u>Now, From Formula</u>
Area of Trapezoid =
× (sum of opposite base) × height
I.e A =
× (
+
) × h
Or, A =
× (10 unit + 16 unit) × 3 unit
Or, A =
× (26 unit) × 3 unit
Or, A =
× 78 unit²
Or, A =
unit²
I.e A = 39 unit²
So, The Area of Trapezoid = A = 39 unit²
Hence, The Area of Trapezoid is 39 unit² . Answer
Let
x = wristbands
y = headbands
We then have the following inequations:
2x + 3y> = 50 x> = 5 The graph that represents the solution for this system of inequations is shown in the attached image.
The set of solutions is the shaded region.
The answer is 65%
You can find it by dividing 39 by 60 and you get .65 then multiply by 10 and you get 65!
Hope this helped and pls mark as brainliest!
~ Luna