Rate = 63.75/850=.075*100%= 7.5%
7.5% is Isabella's rate of commission.
Your answers are wrong. the function f(x) is like a factory. you put in something ( a number) and it will spit you out something else (a different number depending on the function). your function, f (x)= -2x+1
you can put anything in that function. let say k.
f(x=k) = -2k+1. you just replace the x with k.
in this particular problem they way f(-2) ,f(0), f(1) and f(2).
here are the results
f(x=-2) = f(-2) = -2×(-2)+1 =5
f(x=0) = f(0) = -2×(0)+1 =1
f(x=1) = f(1) = -2×(1)+1 =-1
f(x=2) = f(2) = -2×(2)+1 =-3
Answer:
I think its A but im not sure
Step-by-step explanation:
Solution -
In order to convert a binary number to hexadecimal ,we need to chunk the binary number into groups of 4 digits, adding 0 if necessary.
As the given number number is a 16 digit binary number, so when chunk in 4 digit groups, it will form 4 groups. Each group will represent a single digit in hexadecimal code.
So, a 16-digit binary pattern converts to a 4 digit hexadecimal value.