Computer Science, asked by sandeep3161, 1 month ago

What are the final coordinates after a translation of point P (10, 10, 10) into 3D space with translation factor T (10, 20, 5)?
Answer
A.(20, 30, 15) B.(20, 20, 25) C.(15, 30, 25) D.(15, 20, 25)

Answers

Answered by amitnrw
0

Given :  translation of point P (10, 10, 10) into 3D space with translation factor T (10, 20, 5)

To Find :   final coordinates after   translation

A.(20, 30, 15)

B.(20, 20, 25)

C.(15, 30, 25)

D.(15, 20, 25)

Solution:

translation of point P (10, 10, 10) into 3D space with translation factor T (10, 20, 5)  

final coordinates after   translation = ( 10 + 10 , 10 + 20 , 10 + 5)

= ( 20 , 30 , 15)

final coordinates after   translation (20, 30, 15)

Learn More:

the transformed equation of 2x-5y-11=0 when origin is shifted to the ...

brainly.in/question/15242267

Find the transformed equation of 2x square+4xy+5y square=0 when ...

brainly.in/question/19873005

Answered by nidaeamann
0

Explanation:

In mathematics, there are four main types of transformations. These are translation, rotation, reflection and dilation.

Now the problem given in question statement is related to first type that is translation. This type of rotation is also called linear transformation where the coordinates are simple added to get the final result.

Point P coordinates ( (10, 10, 10) when translated with a factor of (10, 20, 5) will result in;

New coordinates of P = ( 10+10, 10+20, 10+5)

New coordinates of P = ( 20, 30, 15)

Similar questions