Skip to main content
1-Visitor
March 24, 2012
Solved

How can I make x/2 a variable, or solve for x/2

  • March 24, 2012
  • 6 replies
  • 2929 views

Hello,

I would like to make

x/2

a variable. In otherwords, I want to solve for:

x/2 := A + 2B

Where A and B are known.

Mathcad will only let me solve for x, not x/2.

Is there a way I can do this?

Best answer by ValeryOchkov

x Shift+Ctrl+k /2 Shift+Ctrl+k : A+2*B (Mathcad 15)

6 replies

24-Ruby IV
March 24, 2012

x Shift+Ctrl+k /2 Shift+Ctrl+k : A+2*B (Mathcad 15)

1-Visitor
March 24, 2012

Thanks! This saves me a lot of time and space.

1-Visitor
March 24, 2012

Last question:

How do I do:

2X = A+B

shift+ctrl+k doesnt seem to work with this one.