Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Answer:
The amount needed to pay off the loan after 4 years is $70,192
Step-by-step explanation:
When interest is compounded annually, total amount A after t years is given by:

where P is the initial amount (principal), r is the rate and t is time in years.
From the question:
P = $60,000
r = 4% = 0.04
t = 4

The amount needed to pay off the loan after 4 years is $70,192
If we divide the amount by four, we will get the amount that is paid yearly (70192/4 = 17548). $17,548 is paid yearly.
Ralphs is 7.5x+10
frank’s is 10x
Answer:
<h3>73220±566.72</h3>
Step-by-step explanation:
The formula for calculating the confidence interval is expressed as;
CI = xbar ± z*s/√n
xbar is the sample mean = $73,220
z is the z score at 99% CI = 2.576
s is the standard deviation = $4400
n is the sample size = 400
Substitute the given values into the formula;
CI = 73,220 ± 2.576*4400/√400
CI = 73,220 ± 2.576*4400/20
CI = 73,220± (2.576*220)
CI = 73220±566.72
Hence a 99% confidence interval for μ is 73220±566.72
Answer:
We have 6y² + 13y - 8. We can rewrite this as 6x² + 16x - 3x - 8. Grouping terms we get 2x(3x + 8) - (3x + 8) and since both terms have the common factor of (3x + 8) the answer is (3x + 8)(2x - 1).