Answer:
-35
Step-by-step explanation:
-5 (x + 2) + 5 (x -5)
Expand:
= -5x - 10 + 5 (x - 5)
Expand once more:
= -5x - 10 + 5x - 25
Simplify:
-35
Answer:
The equation of Line is y = - 8x + 7
Step-by-step explanation:
Given as :
The slop of line is - 8
And The y intercept is 7
As the equation of line is y = mx + c
For y intercept , x = 0
So, With y intercept and slop ,
7 = (-8)× (0)+ c
Or, c = 7
So the equation of line is
y = mx + c
I.e y = ( - 8 ) x + 7
Hence The equation of Line is y = - 8x + 7 Answer
Answer:
A, C, F.
Step-by-step explanation:
A polynomial consists of an expression that involves only non-negative integer exponents for the variable; in all of your cases, the variable is x.
So, expression A has a square root of x, that is a rational exponent.
Expression C has variables in the denominators, that is negative exponent.
Expression F has variable at the exponent.
Answer:
the correct answer is 22 and 12
Step-by-step explanation:
Answer:
56.4
Step-by-step explanation:
To convert decimal number 86.25, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:
To convert integer 86 to hexadecimal, follow these steps:
Divide 86 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.
86 / 16 = 5 with remainder 6
5 / 16 = 0 with remainder 5
Here is the answer to 86 decimal to hexadecimal number:
56
For converting decimal fraction 0.25 to hexadecimal number, follow these steps:
Multiply 0.25 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).
Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.
0.25 × 16 = 4 + 0
Here is the answer to 0.25 decimal to hexadecimal number:
0.4
Therefore, decimal number 86.25 converted to hexadecimal is equal: 56.4