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(145)
The maximum is 145, the rightmost value in the set ordered from least to greatest.
145
To find the minimum of 145, first put the numbers in order from least to greatest. This set is already in order.
R=145-145
The minimum is 145, the leftmost value in the set ordered from least to greatest.
R=0
Subtract 145 from 145 to get 0.