Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with some Algebra
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00347652
Message ID:
00347657
Views:
17
>(x*80)+((x*1.5)*20) = 1100

;-)

let's see... this is equivalent to x(80 + 1.5*20) = 1100

since everything in the parens multiplies x, when we move it to the other side, it should divide:

x = 1100 / (80 + 1.5*20)

x = 1100 / (80 + 30)

x = 1100 / 110

x = 10

Ale(x)
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform