Problems and Solutions #025

written by jjycjn   2017. 4. 19. 08:51

Problem #025

임의의 실수 $a$에 대하여 $\lfloor a \rfloor$를 $a$보다 작거나 같은 가장 큰 정수, $\{a\}$를 $a$의 소수부분, 즉, $\{a\} = a - \lfloor a \rfloor$와 같이 정의하자. 예를 들어 $a = 2.3$이라면 $\lfloor a \rfloor = 2$, $\{a\} = 0.3$이고, $a = -1.4$인 경우 $\lfloor a \rfloor = -2$, $\{a\} = 0.6$을 얻는다.이 때, 아래의 연립방정식을 풀어라.

\begin{align*} x + \lfloor y \rfloor + \{z\} &= 3.8 \\ y + \lfloor z \rfloor + \{x\} &= -1.7 \\ z + \lfloor x \rfloor + \{y\} &= 2.3 \end{align*}


'Others > Middle School Math' 카테고리의 다른 글

Problems and Solution #045  (0) 2018.02.23
궁극의 이항연산(Ultimate binary operation)  (0) 2017.07.06
Problems and Solutions #024  (0) 2017.04.01
Problems and Solutions #023  (0) 2017.03.02
Problems and Solutions #009  (0) 2016.08.17
  ::  
  • 공유하기  ::