Skip to main content
Solve for R
Tick mark Image
Assign R
Tick mark Image

Similar Problems from Web Search

Share

145
To find the maximum of 145, first put the numbers in order from least to greatest. This set is already in order.
R=145-min(23)
The maximum is 145, the rightmost value in the set ordered from least to greatest.
23
To find the minimum of 23, first put the numbers in order from least to greatest. This set is already in order.
R=145-23
The minimum is 23, the leftmost value in the set ordered from least to greatest.
R=122
Subtract 23 from 145 to get 122.