This is for x64 so the stack increments by 8 bytes. I am calculating rsp to rbp offset just by doing (8 * however many addresses away rbp is)
I got this question correct:
But I got this question wrong by doing the exact same calculation:
I also tried rsp+0x24 and it is wrong as well idk