1. What’s the advantage of using a Deterministic Wallet, as opposed to generating many different keypairs?
A Deterministic wallet only has to be backed up one time. When generating different key pairs it generates a different public key each time.
2. What advantage does a Type-2 wallet have over Type-1?
The type two wallet has a master (parent) private key which offers it greater protection.
3. What is the anonymity set for a receiver using a Deterministic Wallet? (hint: to someone who knows another of Bob’s addresses, how many other unknown addresses on the Blockchain might be Bob’s?)
The receiver could be any public address. Therefore the anonymity set is all public addresses on the Blockchain.