answersLogoWhite

0


Best Answer

Distance from xy plane = abs(z-coord) = 9

Distance from yz plane = abs(x-coord) = 5

Distance from zy plane = abs(x-coord) = 5

Note that the yz plane and the zy plane are the same.

Also, x, y and z planes do not exist so there cannot be a distance from them.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Webassign says I have the wrong syntax and I don't know how else to answer the problem Find the distance from 5 9 -9 to each of the following xy yz zy x y z plane?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it necessary to know the syntax for solving a problem on the computer?

No. We solve problems with algorithms, not with syntax.


What are syntax problems?

Syntax errors are spelling mistakes or incorrect markup within the code. E.g. In c, the following is correct: int a; However, the following are all examples of syntax errors: inta ; itn a; int a


What are the types of arrays and syntax?

Arrays can be of following types.


Which of the following functions is written in the correct syntax?

NOW


Which of the following is the correct syntax for HTML Anchor Control?

linktest


How are language syntax and algorithms alike?

Language syntax and algorithms are not alike. These are two different things. Syntax is the specification of how a particular step is described to the compiler, while an algorithm is a syntax independent way of describing the process used to solve a problem.


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


What are the different functions of Syntax phase Scheduler?

Syntax Phase Scheduler basically check which process should be allocate from the ready queue to the CPU for execution.


What is for statement in c?

It is one of the statements. Its syntax in BNF is the following: statement ::= for_statement for_statement ::= 'for' '(' opt_expression ';' expression ';' expression ')' statement


How do you prevent syntax in programming?

Not possible; syntax cannot be avoided. (Syntax errors can be though.)


Are HTML tags and syntax the same?

No. Syntax is/are the rules of the language, tags are part of the syntax.


What are pascal expressions?

The following link will assist you in understanding paschal expressions syntax. http://www.freepascal.org/docs-html/ref/ref.html