Use the Law of Sines (sina/A=sinb/B=sinc/C for any triangle)
YZ/sin30=50/sin90
YZ=50sin30 (sin90=1 :P)
YZ=25m
Use the 30,60,90° triangle ratios 1, √3, 2
YZ/1=50/2
YZ=25m
Using the Pythagorean Theorem....
(2*25)^2=YZ^2+(√3*YZ)^2
2500=YZ^2+3YZ^2
2500=4YZ^2
625=YZ^2
25m=YZ
The value of the highlighted variables ave been determined a =6, b= 2 ,c= 6 , d = 2 , e = 6 , f = 6, g =1
<h3>What is an Expression ?</h3>
An expression are mathematical statement consisting of variables , constants and mathematical operators .
The given expression is

a = 6
b= 2
c= 6
d = 2
e = 6
f = 6
g =1
Therefore the value of the highlighted variables ave been determined.
To know more about Expression
brainly.com/question/14083225
#SPJ1
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:
2b+t/2=a
Step-by-step explanation:
3a + 4b = 5a-t
-3a -3a
4b = 2a - t
+t +t
4b + t = 2a
/2 /2
2b+t/2=a