A website has the following policy for creating a password:
• Passwords must be exactly 8 characters in length.
• Passwords must include at least one letter (a-z, A-Z) orsupported special character (@, #, $ only). All letters arecase-sensitive.
• Passwords must include at least one number (0-9).
• Passwords cannot contain spaces or unsupported specialcharacters
According to this policy, how many possible passwords areavailable? (Round to the nearest trillion)