Area of a rectangle=length×width. If the area is 161 and the length is 14 then that means: 161=14×width. You would then divide 161÷14 and you will find that the width is 11.5.
In pseudocode
num2guess = random(1,100)
pnum = 0
while (pnum != num2guess) {
pnum = ask_player("What number I'm thinking?")
if (pnum > num2guess) {
print("Too high.")
} else if (pnum < num2guess) {
print("Too low.")
}
}
print("Good job!")
Answer:
The solution x > 10 can be represented in two ways such as:
- Interval Notation: (10, ∞)
- Inequality Notation: x > 10
Step-by-step explanation:
Let 'x' be the solution to the inequality
From the given line, it is clear that
x > 10
It means the value of x is greater than 10, which means the solution contains all the positive real numbers greater than 10.
From the number line, it is clear that the number line would include all the numbers on the right-hand side of the 10 number.
The number 10 is not included; thus the number line indicates an open circle on 10, meaning 10 is not include in the solution.
Thus, the solution x > 10 can be represented in two ways such as:
- Interval Notation: (10, ∞)
- Inequality Notation: x > 10
Answer:
Option B is correct
Step-by-step explanation:
Given:
is the result of the composition
.
Also, 
To find: 
Solution:
Take 
Now check whether
is equal to
or not.
First find 

Also, 
Therefore,

So,
Option B is correct
Answer:
40% of 20 = 8
75% of 80 = 60
I hope you have a good day :)