Author |
Message |
hamid14
|
Posted: Sun Jan 09, 2011 3:05 pm Post subject: result of 1/2w squared |
|
|
what happens when you square 1/2w? w is a variable, but could you write it as 0.25w with w written as w squared? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Sun Jan 09, 2011 3:07 pm Post subject: RE:result of 1/2w squared |
|
|
Just replace w with some value (for example, 4) and see how that works out. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
hamid14
|
Posted: Sun Jan 09, 2011 3:09 pm Post subject: Re: result of 1/2w squared |
|
|
i want to keep it as w as a letter i mean |
|
|
|
|
|
DemonWasp
|
Posted: Mon Jan 10, 2011 10:57 am Post subject: RE:result of 1/2w squared |
|
|
Yes, if you square the expression (1/2*w) you will get (1/4*w^2). |
|
|
|
|
|
Dragon20942
|
Posted: Wed Jan 12, 2011 9:51 pm Post subject: RE:result of 1/2w squared |
|
|
Yeah (1/2 * w)^2 is equal to (1/2*w) * (1/2*w). Collect the variables. |
|
|
|
|
|
|