(define hyp 50)

(define cat 20)

(define (b c a)
	(sqrt (- (* c c) (* a a))))
	
(display (b hyp cat))