All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Some Floors and Sawtooth Sum to Reals (Posted on 2023-09-14) Difficulty: 3 of 5
Determine the total number of real values of x satisfying this equation:

⌊x⌋ + 2 {-x} = 3x

Notes:
• ⌊N⌋ is floor of N, which is equal to the greatest integer less than or equal to N.
{N} = N - ⌊N⌋.
• Computer program/excel solver assisted solutions are welcome, but a semi-analytic (hand calculator and p&p) methodology is preferred.

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution solution | Comment 1 of 2
-floor(-x)=ceil(x) which for nonintegers = floor(x)+1
and for integers = x

{-x} = -x - floor(-x) = -x+floor(x)+1 for nonintegers and for integers =0

so for integers the original equation can be written
floor(x)=3x
which has integers solution 0 (and a noninteger -1/3 that we reject)

for nonintegers the original equation can be written
floor(x) + 2(-x+floor(x)+1)=3x
3floor(x)+2=5x
which has noninteger solutions -1/5 and 2/5 (and an integer solution 1 that we reject.)

So there are 3 solutions x={-1/5, 0, 2/5}

https://www.desmos.com/calculator/kkubum2ocj

  Posted by Jer on 2023-09-14 10:39:39
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (14)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information