Answer:
75.99
Step-by-step explanation:
Answer:
13
Step-by-step explanation:
p% = p 'out of one hundred',
p% is read p 'percent',
p% = p/100 = p ÷ 100.
44% = 44/100 = 44 ÷ 100 = 0.44.
100% = 100/100 = 100 ÷ 100 = 1.
Decrease number by 44% of its value.
Percentage decrease = 44% × 13
New value = 13 - Percentage decrease
Answer:
B. Carl yearns more per hour
C. put line through points (1,15) and 3,45) on graph and you will have Carl's earnings per hr.
Step-by-step explanation:
Louis earns 12$ per hr (y=12x)
Carl yearns 15$ per hr (y=15x)
to find what carl yearns hourly you divide 45 by 3 which is 15.
(Explaination of answer for question b)
C isnt hard once you find y=15x.
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:
the answer is D. 613.44
Step-by-step explanation:
<u><em>D..............</em></u>