I have an RSA public key and a private key created with the same modulus, can I decrypt cipher text?

Assuming I have an RSA public key which is stated to be created with the same modulus of the RSA private key that I have, and I have ciphertext created with the mentioned public key, can I decrypt the ciphertext? And how?

Continue reading I have an RSA public key and a private key created with the same modulus, can I decrypt cipher text?