Help with maths homework!

Joined
14 Jan 2008
Messages
15,196
Reaction score
2,420
Location
Staffordshire
Country
United Kingdom
Decades since I did this sort of stuff, and I'm clearly not any help to him in this rusty state.

A (line-by-line?) walk-through of the following would be much appreciated - as I can't figure out how to type superscript numbers, I've resorted to ^ instead.


"Simplify 3x^2(2xy + 6x^3y^2)"

I got stumped right at the start (the 3x^2(2xy bit); is it

6x^3y,

6x^3 + 3xy,

or something completely different?

Or should I be solving the bit inside the brackets first?


TIA:)
 
Sponsored Links
Expand:
3x^2(2xy + 6x^3y^2)
= 3x^2 * 2xy + 3x^2 * 6x^3 y^2
= 6x^2 * xy + 18x^2 * x^3 y^2
= 6x^3 * y + 18x^5 * y^2

You could now take out 6x^3 * y as a common factor, if you want, although whether that is 'simpler' is open to discussion.
 
Last edited:
Sponsored Links
Brig, next time you want help with your homework, the characters that you need are under the ohm (Ω) sign at the top of the space where you type your message, as illustrated below:
characters like:
4° 5×6 ±3÷1²×3³≠¼√½

upload_2016-3-9_10-10-45.png
 
Last edited:
And the strikethrough is two to the left under 'insert'. Or just use ]S] ]/S]. I've intentionally put the first of each bracket the wrong way round so it doesn't invoke the strikethrough.
tertretret
If you use the BB code editing button (far right top corner of the typing area) you will see the codes in your message.
You can revert back to normal by clicking on 'Rich Text Editor' below, which you'll only see if you're in Rich Text Editor mode.
 
Brig, next time you want help with your homework, the characters that you need are under the ohm (Ω) sign at the top of the space where you type your message, as illustrated below:
characters like:
4° 5×6 ±3÷1²×3³≠¼√½

View attachment 94964


I did look last night H, but they didn't leap out.........either I missed them, or they might be missing in Linux.
 
BTW the ALT+0185 works here as well = ¹. even though it's not in the list.
 
Here is a list of available BB codes: http://forums.codeguru.com/misc.php?do=bbcode but the availability is set by Admin.
Obviously the [sup]12345[/sup] isn't available, nor is the [sub]12345[/sub] whereas others are:

  • 5
    5
    etc
If you use the BB code editor you'll see the codes.
But I've just written them in as normal when typing.
Perhaps if we ask Admin nicely they'll make the [sup] and [sub] available.
 
And the strikethrough is two to the left under 'insert'. Or just use ]S] ]/S]. I've intentionally put the first of each bracket the wrong way round so it doesn't invoke the strikethrough.
tertretret
If you use the BB code editing button (far right top corner of the typing area) you will see the codes in your message.
You can revert back to normal by clicking on 'Rich Text Editor' below, which you'll only see if you're in Rich Text Editor mode.
I've found a way of illustrating the code without it being invoked:
  • Code:
    [list]
    [*][b]bold[/b]
    [*][s]strikthrough[/s]
    [*][u]underline[/u]
    [*][i]italic[/i]
    [*][color=red]etc[/color]
    [*][code]stops the code working]/code]
    [*]the asterisks are the bullet point markers
    [*][/list]
 
Sponsored Links
Back
Top