How do you evaluate #1/2 + 5/8#?

2 Answers
Jun 2, 2016

You need to make both fractions have the same denominator first.

Explanation:

In this case, the common denominator would be 8.

#1/2*4/4 = 4/8#

#4/8+5/8 = 9/8#

You can then choose to present it as a mixed fraction, which would be #1 1/8#

Jun 2, 2016

In support of solution by Denise Granger

Explanation:

This is a generic tutorial about part of the concept/processing of fractions and numbers in general. Some which you have heard before. Some of which likely not!

#color(red)("Forms a very important basis for number handling")#

A fraction has 2 parts. The top number and the bottom number.

#color(blue)(underline("The top number is the count"))# of what you are looking at (numerator). The name comes from enumerate - give number to - count!

#color(green)(ul(bar(|color(white)(2/2)color(red)(underline("The bottom number is the 'indicator of size'")))color(white)(.)|))# denominator

I think this as #("count")/("size")# or #("count")/("unit size indicator")#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can not directly add, subtract or divide unless the unit size of what you are dealing with is the same.

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Think of 1+2 = 3. You are directly adding the count. This is because their unit size is the same. It takes 1 of what you are counting to make a whole of something. So technically you could write #1/1+2/1=3/1# and be perfectly correct. Not normally done though!

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Think of #1/2+5/2#. The unit size is 2 in that it take 2 of them to make a whole. By adding the count you do not change the unit size of 2. So #1/2+5/2=(1+5)/2=6/2# You end up with a count of 6 where each of the 6 is of unit size 2. As you know you are able to compare it an equivalent unit size of 1 by doing this:

#6/2-=(6-:2)/(2-:2)=3/1 = 3#

The #-=# means equivalent to.
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Think of #6/2-:3/2# this gives you the same answer as #6-:3# because they are of the same unit size. The shortcut method of invert and multiply has built into its method converting to same unit size then dividing the count. The only thing is that it does it all in one go.