The value of y when the value of x is 8 is 87
<h3>Function and values</h3>
Functions are equation expressed in terms of variables. Given the expression below;
y = 10x + 7
If the value of x is 8, then on substituting, we will have:
y = 10(8) + 7
y = 80 + 7
Simplify
y = 87
Hence the value of y when the value of x is 8 is 87
Learn more on function and values here: brainly.com/question/10439235
#SPJ1
The correct answer is: C.5z
Further explanation:
A factor is a number that is multiplied with a number
Let us look at the options one by one
<u>A. z+5</u>
5 is not a factor as it is being added to z.
<u>B. z-5</u>
5 is not a factor as it is being subtracted from z.
<u>C.5z</u>
5 is a factor as it is being multiplied with the z and can be separated easily
Hence,
The correct answer is: C.5z
Keywords: Factors, Multiple Choice
Learn more about factors at:
#LearnwithBrainly
Answer:
3 units or 3/1 (the fraction)
Step-by-step explanation:
Do 3/4 x 3 and you got 12/4 and that is simplified to 3
Hey buddy I got your answer
Its 105
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.