i < 3u
Step-by-step explanation:
6i < 5i + 3u
6i - 5i < 3u
i < 3u
A pyramid or triangular prism is a polyhedron that has a base, which can be any polygon, and three or more triangular faces that meet at a point called the vertex.
<u>Explanation:</u>
- These triangular sides are sometimes called the lateral faces to distinguish them from the base.
- It is a polyhedron that has a base, which can be any polygon, and three or more triangular faces that meet at a point called the vertex.
- The base of the triangular prism is in the shape of a quadrilateral and the lateral face is in the shape of a triangle.
A statement correctly compares functions f and g is that: C. they have the same end behavior as x approaches -∞ but different end behavior as x approaches ∞.
<h3>What is a function?</h3>
A function can be defined as a mathematical expression that defines and represents the relationship between two or more variable, which is typically modelled as input (x-values) and output (y-values).
<h3>The types of function.</h3>
In Mathematics, there are different types of functions and these include the following;
- Piece-wise defined function.
Function g is represented by the following table and a line representing these data is plotted in the graph that is shown in the image attached below.
x -1 0 1 2 3 4
g(x) 24 6 0 -2
Based on the line, we can logically deduce the following points:
- y-intercept approaches -2.43 to 24.86.
- x-intercept approaches negative infinity (-∞) to infinity (∞).
This ultimately implies that, a statement correctly compares functions f and g is that both functions have the same end behavior as x approaches -∞ but different end behavior as x approaches ∞.
Read more on function here: brainly.com/question/9315909
#SPJ1
Answer:
648
Step-by-step explanation:
Running this in Python, with the code as follows,
import math
cur_numbers = [0] * 3
num = 0
for i in range(100, 1000):
cur_numbers[2] = i % 10
i = math.floor(i/10)
cur_numbers[1] = i % 10
i = math.floor(i/10)
cur_numbers[0] = i % 10
if(len(set(cur_numbers)) == 3):
num += 1
print(cur_numbers)
print(num), we get 648 as our answer.
Another way to solve this is as follows:
There are 9 possibilities for the hundreds digit (1-9). Then, there are 10 possibilities for the tens digit, but we subtract 1 because it can't be the 1 same digit as the hundreds digit. For the ones digit, there are 10 possibilities, but we subtract 1 because it can't be the same as the hundreds digit and another 1 because it can't be the same as the tens digit. Multiplying these out, we have
9 possibilities for the hundreds digit x 9 possibilities for the tens digit x 8 possibilities for the ones digit = 648
Answer:
3rd box, last box, 2nd box, 5th box in that order
Step-by-step explanation:
PEMDAS