Alterar imagem ao passar o mouse

Como posso alterar esse código exato para fazer o efeito pairar no mouseove

Tentei seguir algumas das outras perguntas e respostas, mas não consegui realmente segui-la

Então o HTML é:

<a href="RR.html"><img src="R3.jpg" width=700 height=300 /></a>

<div>
    <a href="SSX.html"><img src="SSX.jpg" height=100 width=120 /></a>
    <a href="MPreview.html"><img src="MaxPayne3Cover.jpg" height=100 width=120 /></a>
    <a href="NC.html"><img src="NC.jpg" height=100 width=120 /></a>
    </br>
</div>

gora, o que eu quero fazer é alterar a imagem em tamanho grande quando o mouse passa sobre as imagens pequena

questionAnswers(18)

yourAnswerToTheQuestion