Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.
Answer: The price of an adult ticket = $6
The price of a student ticket = $12
Step-by-step explanation:
Let the price of an adult ticket be a
Let the price of a student ticket be b.
From the question,
5a + 14b = 198 ...... equation i
10a + 8b = 156....... equation ii
Multiply equation i by 10
Multiply equation ii by 5
50a + 140b = 1980 ...... equation iii
50a + 40b = 780 ....... equation iv
Subtract iv from iii
100b = 1200
b = 1200/100
b = 12
Put the value of b into equation ii
10a + 8b = 156
10a + 8(12) = 156
10a + 96 = 156
10a = 156-96
10a = 60
a = 6
The price of an adult ticket = $6
The price of a student ticket = $12
Answer:
45?
Step-by-step explanation:
The function that has the same graph as x + y = 11 is f(x) = -x + 11
<h3>Graph of functions</h3>
From the question, we are to determine the function that has the same graph as the given equation
The given equation is
x + y = 11
In the above equation, y is the dependent variable.
and
Among the given equation, f(x) is the dependent variable
Thus, we can write that
x + f(x) = 11
Isolate f(x)
f(x) = -x + 11
Hence, the function that has the same graph as x + y = 11 is f(x) = -x + 11
Learn more on Graph of functions here: brainly.com/question/20388062
#SPJ1