Answer:
a 8
Step-by-step explanation:
You are given two sides and the included angle. Since you don't have any side and the opposite angle, you must use the law of cosines.





Answer: a = 8 cm
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:
30 fruits
Step-by-step explanation:
Let
x ----> number of plums on the plate
y ----> number of apples on the plate
we know that
The ratio of the number of plums to the number of apples was 3:2
so

----> equation A
After Ed took 6 plums from the plate, the number of plums remaining on the plate became the same as the number of apples
so
----> equation B
substitute equation A in equation B

solve for y

Find the value of x

therefore
Mon put on the table
