Creating a random equation

im having a bit of difficulty on this one…

how would you go about creating a random equation? i would like to randomly generate two individual numbers, a random operator (out of +, -, *, /) between these numbers and then the user would input a number to answer the equation… any thoughts on this?