First time here? Check out the FAQ!
answered 2013-09-27 11:21:30 +0100
You need to use the definition of continuity, which will involve the limit command, and the solve command to find k.
limit
solve
k
var('k') solve(limit(3*x-2,x=k,dir='-')==limit(2*x+3,x=k,dir='+'),k)