Answer:
44 Give me brainliest please!
Step-by-step explanation:
180-90-46
90-46
44
A) 15% of $32.00 is $4.80.
B) all together he will be paying $36.80.
i hope this helped, good luck!
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:
13,26,39,52,65,78 are the multiples 13 and 1 are the all of the factors
In other words, how many times does 32 go into 150 without going over?
150/32 = 4.6875
Now, the smallest number of people needed to complete the work is found in the ones place or 4.
See it???