<span>Since it is given that AB ≅ AC, it must also be true that AB = AC. Assume ∠B and ∠C are not congruent. Then the measure of one angle is greater than the other. If m∠B > m∠C, then AC > AB because of the triangle parts relationship theorem. For the same reason, if m∠B < m∠C, then AC < AB. This is a contradiction to what is given. Therefore, it can be concluded that
Answer: Angle (B) is Congruent to Angle (C)
Hope it helps
</span>
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;
}
You can write any decimal as a precent by moving the decimal 2 places to the right so
0.51 = 51%
5.1% < 51%
5.1% < 0.51
or, any precent can be written as a decimal by moving the decimal points two point to the left so
5.1% = 0.051
0.051 < 0.51
5.1% < 0.51
Answer:
12 * 3x
Step-by-step explanation:
x is equal to the minutes