Answer:
x = 10
Step-by-step explanation:
I'm not entirely sure what you're asking, however we know that:
5x-6=44
5x must be 50, as 50-6=44
50 divided by 5 is 10, so 10x
Answer:
52.38%
Step-by-step explanation:
Given that,
Total number of students in the class is 42
Out of 42, 10 like hamburgers, 22 like pizza, 8 like french fries, and 2 like salad.
We need to find the percentage of the class chose pizza. There are 22 student who like to have pizza. Required percentage is given by :

So, 52.38% of students chose pizza.
Answer:
52 quarters
Step-by-step explanation:
-We know that a quarter dollar is equivalent to $0.25

-Given that Haley has $13, we multiply this amount by 4 since $1 has 4 quarters to obtain the number of quarters:

Hence, Hayley will get 52 quarters.
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:
I think it's all of them :)