First time here? Check out the FAQ!
answered 11 years ago
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)