Help with PlusEquals +=

Help with PlusEquals +=

How can I use += with a variable?

Here's my example.

var k = SOMECALCULATIONHERE
$(this).animate({left: "+=k"});