![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#1 |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]()
God I hate algebra!!!
![]() Anyone know how to do this stuff? It's been like 10+ years since I've seen this stuff! Evaluate and Simplify the problem x2y – 3x – y when x = -1 and y = 1 Last edited by SubSerpent; 10-11-06 at 11:06 PM. |
![]() |
![]() |
#2 |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]()
Also, does anyone know of any good math websites where you can enter problems like these and get the answers and where it shows you how it solved the problem?
Last edited by SubSerpent; 10-11-06 at 11:09 PM. |
![]() |
![]() |
#3 |
Sub Test Pilot
|
![]()
__________________
DONT FORGET if you like a post to nominate it by using the blue diamond ![]() ![]() ![]() Find out about Museum Ships here: https://www.museumships.us/ Flickr for all my pictures: https://www.flickr.com/photos/131313936@N03/ Navy general board articles: https://www.navygeneralboard.com/author/aegis/ |
![]() |
![]() |
![]() |
#4 |
Grey Wolf
|
![]()
Substitute in the values and then do the sum:
x2y – 3x – y when x = -1 and y = 1 = (-1 * 2 * 1) - (3*-1) -1 = -2 - (-3) -1 = -2 + 3 -1 = 0 (I think)
__________________
DOLPHIN 38 |
![]() |
![]() |
![]() |
#5 | |
Admiral
![]() Join Date: Apr 2005
Posts: 2,320
Downloads: 0
Uploads: 0
|
![]() Quote:
Otherwise it could be interpreted as x^2*y. |
|
![]() |
![]() |
![]() |
#6 |
The Old Man
![]() Join Date: Sep 2005
Location: de_dust2
Posts: 1,417
Downloads: 0
Uploads: 0
|
![]()
@SubSerpent
I suck at math too. Badly. :p |
![]() |
![]() |
![]() |
#7 |
Lucky Jack
![]() |
![]()
What do you think calculators are for?
![]()
__________________
Dr Who rest in peace 1963-2017. ![]() To borrow Davros saying...I NAME YOU CHIBNALL THE DESTROYER OF DR WHO YOU KILLED IT! ![]() |
![]() |
![]() |
![]() |
#8 |
Admiral
![]() Join Date: May 2003
Location: Midlands, UK
Posts: 2,139
Downloads: 22
Uploads: 0
|
![]()
hehe, maths? I had to take my GCSE twice - grade E 1st time, grade D second time.
Was always better at languages. ![]() Now I have an impressive CAD program to work out all of my sums etc for drawing work. Who needs a pen and paper anymore? Now I do something a little in line with algebra (in as much as it has alkward syntax and rules etc) but completely different: Code:
;;; DRAWING / PLOT SETUP ROUTINE FOR ******** DRAWINGS 1:100 @A0 ;;; SETS LIMITS AND LOCKED VPORT IN PSPACE WITH CORRECT PLOTTING ;;; SETTINGS BEFORE PROMPTING USER TO SAVEAS. ;;; CREATED BY **** **** : 10/10/06. (DEFUN C:A0-100 () ;; SWITCH TO M/SPACE (COMMAND "TILEMODE" "1") (COMMAND "ZOOM" "E") ;; SWITCH TO P/SPACE (COMMAND "TILEMODE" "0") ;; P/SPACE SETTINGS (COMMAND "LIMITS" "0,0" "1189,841") (COMMAND "GRID" "ON") (COMMAND "ZOOM" "E") (COMMAND "LAYER" "MAKE" "_VPORT" "") (COMMAND "VPORTS" "0,0" "1189,841") (COMMAND ".MSPACE" "ZOOM" "E") (COMMAND "ZOOM" "1/100XP" ".PSPACE") (COMMAND "REGENALL") ;;PLOT SETTINGS (COMMAND "-PLOT" "Y" "LAYOUT1" "\\\\ukleifile02\\HPCL30" "OVERSIZE: ISO A0" "MILLIMETERS" "LANDSCAPE" "NO" "EXTENTS" "1:1" "CENTER" "NO" "." "NO" "NO" "YES" "NO" "NO" "YES" "NO" ) ;; LOCK VPORT (COMMAND "VPORTS" "LOCK" "ON" "ALL" "") (COMMAND "ZOOM" "E") (COMMAND "LAYER" "SET" "0" "FREEZE" "_VPORT" "LOCK" "_VPORT" "") (COMMAND "REGENALL") ;; FINAL (INITDIA) (COMMAND "SAVEAS") (PRINC) ) ;; END DEFUN ![]() ![]()
__________________
when you’ve been so long in the desert, any water, no matter how brackish, looks like life ![]() |
![]() |
![]() |
![]() |
#9 |
Admiral
![]() Join Date: Sep 2006
Location: USA
Posts: 2,021
Downloads: 9
Uploads: 0
|
![]()
Yes, its defenatly 0, no doubt about it.
__________________
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|