Answer:
-9a + b
Step-by-step explanation:
For this problem, let us factor out the variable a from the terms containing the variable, and apply addition and the distributive property to simplify the terms.
-5a - 4a + b
= a ( -5 + -4 ) + b
= a ( -9 ) + b
= -9a + b
Hence, the simplified expression for -5a - 4a + b is -9a + b.
Cheers.
Step-by-step explanation:
what concepts of functions can you associate with the picture
Answer:
-3
Step-by-step explanation:
x = number of hours
want to find probability (P) x >= 13
x is N(14,1) transform to N(0,1) using z = (x - mean) / standard deviation so can look up probability using standard normal probability table.
P(x >= 13) = P( z > (13 - 14)/1) = P(z > -1) = 1 - P(z < -1) = 1 - 0.1587 = 0.8413
To convert that to percentage, multiply 100, to get 84.13%
Answer:
y-3
Problem:
What is the remainder when the dividend is xy-3, the divisor is y, and the quotient is x-1. ?
Step-by-step explanation:
Dividend=quotient×divisor+remainder
So we have
xy-3=(x-1)×(y)+remainder
xy-3=(xy-y)+remainder *distributive property
Now we just need to figure out what polynomial goes in for the remainder so this will be a true identity.
We need to get rid of minus y so we need plus y in the remainder.
We also need minus 3 in the remainder.
So the remainder is y-3.
Let's try it out:
xy-3=(xy-y)+remainder
xy-3=(xy-y)+(y-3)
xy-3=xy-3 is what we wanted so we are done here.