Jump to content
BrainDen.com - Brain Teasers
  • 0


bonanova
 Share

Question

For real numbers x, absolute value and maximum have the following meanings:

Abs(x) is just the value of x without regard for sign: Abs(-3.3) = Abs(3.3) = 3.3

Max(x1, x2) is the larger of x1 and x2: Max(-9.2, 5.7) = Max(4.2, 5.7) = 5.7

  1. Just for fun, express Abs in terms of Max.
  2. For a bit of a challenge, express Max in terms of Abs.
Have fun. B))
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
For real numbers x, absolute value and maximum have the following meanings:

Abs(x) is just the value of x without regard for sign: Abs(-3.3) = Abs(3.3) = 3.3

Max(x1, x2) is the larger of x1 and x2: Max(-9.2, 5.7) = Max(4.2, 5.7) = 5.7

  1. Just for fun, express Abs in terms of Max.
  2. For a bit of a challenge, express Max in terms of Abs.
Have fun. <ahttp://brainden.com/forum/uploads/emoticons/default_cool.png' alt='B))'>
Abs(x)=Max(x,-x)
Edited by bonanova
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...