Gringo123 Messages 141 Reaction score 0 Thread starter Jan 8, 2010 #1 This formaula has to be rearraged to make X the subject: Y = A(X x B) / X-C My attempt is: X = AB - C / Y - A
This formaula has to be rearraged to make X the subject: Y = A(X x B) / X-C My attempt is: X = AB - C / Y - A
Borek Mentor Messages 29,211 Reaction score 4,635 Jan 8, 2010 #2 First of all, is it [tex]y = \frac{a(x \times b)}{x-c}[/tex] or [tex]y = \frac{a(x \times b)}{x} - c[/tex] When you ask such questions it is better to use too many parentheses than not enough.
First of all, is it [tex]y = \frac{a(x \times b)}{x-c}[/tex] or [tex]y = \frac{a(x \times b)}{x} - c[/tex] When you ask such questions it is better to use too many parentheses than not enough.
Mark44 Mentor Insights Author Messages 38,144 Reaction score 10,740 Jan 8, 2010 #3 Also, it's not a good idea to use X for multiplication when you have a variable named x.