In a city, car plates are composed of 7 digits. Among them, the former digits should all be letters from the 26 alphabets, while the latter digits should all be numbers from 0 to 9.
x: The number of possible different car plates when choosing four letters(A-Z) and three numbers(0-9),numbers and letters can be used more than once.
y: The number of possible different car plates when choosing four letters(A-Z) and three numbers(0-9),numbers and letters can not be used more than once.
z: The number of possible different car plates when choosing three letters(A-Z) and four numbers(0-9),numbers and letters can be used more than once.