Answer: 9/14
Explanation. First, you have to find the least common denominator. The least common denominator is the lowest number you can use on the denominator to create a set of equivalent fractions
7 and 2 can both go into 14
Whatever number you use to multiply to equal 14, you do the same to the top.
It would look like this.
2/14 + 7/14
Then you add.
2/14 + 7/14= 9/14
You can’t simplify this fraction so this is your answer. Hope this helped!
Answer:
3(x+y+3)
Step-by-step explanation:
[x] represents floor function also called as Greatest integer function.
Floor function is the function that takes as input a real number and gives as output the greatest integer less than or equal to.
like [1.5]=1
[0.7]=0
[-0.3]=-1
Now we have to find set of x-values which satisfies equation [x-1]=[x]
Due to -1 in [x-1], it always produces output value one less than value of [x]
for example when x=0.5 then [x]=[0.5]=0, [x-1]=[0.5-1]=[-0.5]=-1
when x=1.5 then [x]=[1.5]=1, [x-1]=[1.5-1]=[0.5]=0
when x=3 then [x]=[3]=3, [x-1]=[3-1]=[2]=2
From above results we can see that there is no value of x which satisfies the given equation [x-1]=[x]
Hence there is NO solution.