✧・゚: *✧・゚:* *:・゚✧*:・゚✧
Hello!
✧・゚: *✧・゚:* *:・゚✧*:・゚✧
❖ There will be 16 girls.
The relationship is x4. If we multiply 3 x 4, we get 12. What we do to one number we do to the other so 4 x 4 = 16.
~ ʜᴏᴘᴇ ᴛʜɪꜱ ʜᴇʟᴘꜱ! :) ♡
~ ᴄʟᴏᴜᴛᴀɴꜱᴡᴇʀꜱ
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;
}
2(5n-2)=4(n+2)
10n-4=4n+8
6n-4=8
6n=12
n=2
Answer:
15.09
Step-by-step explanation:
with reference angle 28°
perpendicular (p) = 8
base (b) = x
Now
tan 28° = p / b
0.53 = 8 / x
x = 8 / 0.53
x = 15.09
The answer would be 6w^5y^3