Answer:
3222212.11113
Explanation:
First, you should take care of the fractional separator (the dot) so we split the problem in two parts: one for the integer and other for the fractional part.
Since 4 is a power of 2, we can just take two digits from the orignal number and asign it to its corresponding number in base 4:
Start with the fractional part from the fractional point to the right:
Then do the same to the integer part starting from the fractional point to the left.
By joining them together, we obtain the response.