Jump to content

Multiplying out brackets


Recommended Posts

Am doing maths coursework and am trying to figure out how to multiply out these brackets:

(0.5n+0.5)(n+2)

If n is 3 then I should get 10, but if I attempt to multiply out the brackets I get 20...

0.5 * n = 0.5n

0.5 * 2 = 1

n * n = n2

n * 2 = 2n

0.5 * n = 0.5n

0.5 * 2 = 1

1.5 + 1 + 9 + 6 + 1.5 + 1 = 20

Where am I going wrong? Cheers

Link to comment
Share on other sites

(0.5n+0.5)(n+2)

is the same as:

(0.5n+0.5)*n + (0.5n+0.5)*2

Then you'll get:

0.5n^2 + 0.5n + n + 1

is:

0.5n^2 + 1.5n + 1

When you put in 3:

0.5*3^2 = 4.5

1.5*3 = 4.5

+ 1

= 10

EDIT: I'm not sure where you went wrong, but I think it's because you divided up 0.5n into 0.5 and n. But it's pretty hard to do it on a PC...

Edited by Argalius
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
Reply to this topic...

×   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.

 Share

×
×
  • Create New...