If PQ=7 and QR=10,
P=(7/Q) and R=(10/Q)
Therefore:
PR=(7/Q)(10/Q)
=(70)/Q²
Answer:
-----------------------------------------
Given:
- Function f(x) = 2|x + 3| - 2
Find a function g which is a horizontal shrink by a factor of 1/3 of f(x).
Horizontal shrink by a factor of k is:
Apply this to the given function:
- g(x) = f(x : 1/3) = f(3x) = 2|3x + 3| - 2 = 6|x + 1| - 2
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.