Answer:
1/3
Step-by-step
he flips the coin three time and there is one side so 1/3
Answer:
f(x) and g(x) are inverse functions
Step-by-step explanation:
In the two functions f(x) and g(x) if, f(g(x)) = g(f(x)) = x, then
f(x) and g(x) are inverse functions
Let us use this rule to solve the question
∵ f(x) = 3x²
∵ g(x) = 
→ Find f(g(x)) by substitute x in f(x) by g(x)
∴ f(g(x)) = 3(
)²
→ Cancel the square root with power 2
∴ f(g(x)) = 3(
)
→ Cancel the 3 up with the 3 down
∴ f(g(x)) = x
→ Find g(f(x)) by substitute x in g(x) by f(x)
∴ g(f(x)) = 
→ Cancel the 3 up with the 3 down
∴ g(f(x)) = 
→ Cancel the square root with power 2
∴ g(f(x)) = x
∵ f(g(x)) = g(f(x)) = x
→ By using the rule above
∴ f(x) and g(x) are inverse functions
Considering that the addresses of memory locations are specified in hexadecimal.
a) The number of memory locations in a memory address range ( 0000₁₆ to FFFF₁₆ ) = 65536 memory locations
b) The range of hex addresses in a microcomputer with 4096 memory locations is ; 4095
<u>applying the given data </u>:
a) first step : convert FFFF₁₆ to decimal ( note F₁₆ = 15 decimal )
( F * 16^3 ) + ( F * 16^2 ) + ( F * 16^1 ) + ( F * 16^0 )
= ( 15 * 16^3 ) + ( 15 * 16^2 ) + ( 15 * 16^1 ) + ( 15 * 1 )
= 61440 + 3840 + 240 + 15 = 65535
∴ the memory locations from 0000₁₆ to FFFF₁₆ = from 0 to 65535 = 65536 locations
b) The range of hex addresses with a memory location of 4096
= 0000₁₆ to FFFF₁₆ = 0 to 4096
∴ the range = 4095
Hence we can conclude that the memory locations in ( a ) = 65536 while the range of hex addresses with a memory location of 4096 = 4095.
Learn more : brainly.com/question/18993173