asked 5.8k views
1 vote
Partition the interval [0,2] into 4 subintervals

1 Answer

0 votes

We will first divide the interval [0,2] into 4 equal length subintervals each of length -------> (2-0)/4=1/2.

The four subintervals are

[0,1/2], [1/2,1], [1,3/2], [3/2,2] and the endpoints of these subintervals are

0, 1/2, 1, 3/2, 2.

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.