First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

calc314 gravatar image

You need to use the definition of continuity, which will involve the limit command, and the solve command to find k.

var('k')
solve(limit(3*x-2,x=k,dir='-')==limit(2*x+3,x=k,dir='+'),k)