Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
1618
8
avatar+97 
  1. Simplify 12a3b2 ÷ 4ab−2.

 May 7, 2015

Best Answer 

 #1
avatar+26396 
+15

Simplify 12a3b2 ÷ 4ab−2.

 12a3b24ab2=124a3ab2b2=344aa2ab2b2=344aa2ab2b2=3a2b2b2=3a2b2(2)=3a2b2+2=3a2b4

 May 7, 2015
 #1
avatar+26396 
+15
Best Answer

Simplify 12a3b2 ÷ 4ab−2.

 12a3b24ab2=124a3ab2b2=344aa2ab2b2=344aa2ab2b2=3a2b2b2=3a2b2(2)=3a2b2+2=3a2b4

heureka May 7, 2015
 #2
avatar+118696 
0

Another great answer Heureka :)

 

I have a couple of questions about your coding Heureka   

 

1)  I have trouble remembering \cdot because it means nothing to me.  Do you think the c stands for centre ?

Are there any other types of dots that you can have?

2)   What is  \text{$   for?   What does it do, I see no text.  

3)  You have your alignment as rcl   right, centre, left  but there are no & symbols.

I experimented with leaving out the cl  and it looked just the same - do they do anything?

Thank you :)

 

12a3b24ab2=124a3ab2b2=344aa2ab2b2=344aa2ab2b2=3a2b2b2=3a2b2(2)=3a2b2+2=3a2b4

 

 

\\\small{\text{$\begin{array}{rcl}\dfrac{ 12\cdot a^3 \cdot b^2 }{ 4 \cdot a \cdot b^{-2} } \\\\

=\dfrac{ 12 } {4} \cdot \dfrac{ a^3 }{ a } \cdot \dfrac{ b^2 }{ b^{-2} } \\\\

=\dfrac{ 3\cdot 4 } {4} \cdot \dfrac{ a\cdot a^2 }{ a } \cdot \dfrac{ b^2 }{ b^{-2} } \\\\

=\dfrac{ 3\cdot \not{4} } {\not{4}} \cdot \dfrac{ \not{a}\cdot a^2 }{ \not{a} } \cdot \dfrac{ b^2 }{ b^{-2} } \\\\

= 3\cdot a^2 \cdot \dfrac{ b^2 }{ b^{-2} } \\\\

= 3\cdot a^2 \cdot b^{2-(-2) } \\\\

= 3\cdot a^2 \cdot b^{2+2} \\\\

= 3\cdot a^2 \cdot b^4 \end{array}$}

 May 7, 2015
 #3
avatar+118696 
0

Hi Heureka,

I added some questions for you that you may not have seen  (it was an edit)

If you get a chance could you take a look please?

 May 7, 2015
 #4
avatar+26396 
+5

I have trouble remembering \cdot because it means nothing to me.  Do you think the c stands for centre ?

Are there any other types of dots that you can have?

horizontal, center (c): \cdots      A11A1n

horizontal, down:        \ldots      AA

Example:

_pF_q(a_1, \ldots, a_p; c_1, \ldots, c_q; z) =
\sum_{n=0}^\infty \frac{(a_1)_n \cdots (a_p)_n}{(c_1)_n \cdots (c_q)_n} \frac{z^n}{n!}

pFq(a1,,ap;c1,,cq;z)=n=0(a1)n(ap)n(c1)n(cq)nznn!

 

diagonal (d) :     \ddots     

vertical(v) :       \vdots       

 

Dots

The most common dot symbols used in math notation are available in LaTeX as well.

NameSymbolCommand
Middot / Centered dot                                                    \cdot
Horizontal Dots / Centered dots                  \cdots
Vertical Dots                     \vdots

Diagonal Dots

                 \ddots

Lower Dots

                 

\ldots

 

Example: ⎡ ⎣ ⎢ ⎢ ⎢ ⎢ ⎢ 111 000 0 000 ⎤ ⎦ ⎥ ⎥ ⎥ ⎥ ⎥                              [1001001000]

\begin{bmatrix}

1 & 0 & \cdots & 0\\

1 & 0 & \cdots & 0\\

\vdots & \vdots & \ddots & \vdots \\

1 & 0 & 0 & 0

\end{bmatrix}

 

 

double (d):        \ddot       ¨a

single:               \dot       ˙a

 May 7, 2015
 #5
avatar+118696 
0

WOW there are a lot of dot commands.   Thanks Heureka.

 

wWhat about your used of  \text    There doesn't seem to be any text there so what is it for?

 May 7, 2015
 #6
avatar+26396 
+5

What is  \text{$   for?   What does it do, I see no text.

 

big         \small{mathe-Modus}}     :             \small{mathe-Modus}}

small      \small{\text{text-Modus}} :            text-Modus

small - italic    \small{\text{matheModusitalic}} :     matheModusitalic

 May 7, 2015
 #7
avatar+26396 
+5

You have your alignment as rcl   right, centre, left  but there are no & symbols.

I experimented with leaving out the cl  and it looked just the same - do they do anything?

 

they do nothing, only placeholder!

 May 7, 2015
 #8
avatar+118696 
0

Thank you Heureka   

 May 7, 2015

1 Online Users

avatar