answersLogoWhite

0

If x is y and y is z is x the same as z?

Updated: 4/28/2022
User Avatar

Garythesnail2

Lvl 1
14y ago

Best Answer

Well, 'x' is equal to 'z'.

Back in plane geometry, there was a mantra that said:

"Two quantities equal to the same quantity are equal to each other."

This question is an example of that mantra.

So for Example:

If x = 10

Then

x = y (making y = 10)

y = z (making z = 10)

therefore z is the same.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If x is y and y is z is x the same as z?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If x exceeds y by 1 and y exceeds z by 3 how are x and z related?

x + 1 = y y + 3 = z z = y + 3 = (x + 1) + 3 = x + 4 Or: x = y - 1 = (z - 3) - 1 = z - 4 Which results in the same: x exceeds z by 4.


If x is y and y is z which statement must be be true?

If x = y and y = z then x = z


What are the boolean theorems?

Commutative x + y = y + x x . y = y . x Associative x+(y+z) = (x+y)+z = x+y+z x.(y.z) = (x.y).z = x.y.z Distributive x.(y+z) = x.y + x.z (w+x)(y+z) = wy + xy + wz + xz x + xy = x x + x'y = x + y where, x & y & z are inputs.


Possible subsets of x y z?

There are 8 different subsets. The null set. {x} {y} {z} {x y} {x z} {y z} {x y z}


How do you rewrite an absolute value equation as two linear equations?

x=abs(y+z) x=+(y+z)=y+z x=-(y+z)=-y-z


How do you type cheat codes in 4x4 evo 2?

well on gamecube make a profile,exit,and on the main menu type in y,x,z,y,x,z,x,x,y,z,x,y for money or y,y,z,x,x,z,y,y,y,x,x,x for maximum reputation


How do you factorise brac x-y brac squared - z sqaured brac. stands for bracket?

(x - y)2 - z2 is a difference of two squares (DOTS), those of (x-y) and z. So the factorisation is [(x - y) + z]*[(x - y) - z] = (x - y + z)*(x - y - z)


If X Y in Y z which statement must be true?

If x y and y z, which statement is true


If xy plus y equals z then x equals?

xy + y = z xy = z - y (xy)/y = (z - y)/y x = (z - y)/y


A c plus plus program to read in three integer numbers and print them out in ascending order For example if the numbers input were 10 7 8 then your output would be 7 8 10?

#include <iostream> using namespace std; int main() { int x, y, z; cout << "Enter 3 numbers: \n"; cin >> x; cin >> y; cin >> z; if(x < y && x < z) { cout << x << " "; if(y < z) { cout << y << " " << z; } else if(z < y) { cout << z << " " << y; } } else if(y < x && y < z) { cout << y << " "; if(x < z) { cout << x << " " << z; } else if(z < x) { cout << z << " " << x; } } else if(z < y && z < x) { cout << z << " "; if(y < x) { cout << y << " " << x; } else if(x < y) { cout << x << " " << y; } } char wait; cin >> wait; return 0; }


If you throw 3 coins one with x on 1 side and y on other x on one side and z on other other with y on 1 side and z on other what is theoretical prob of getting 2 that match I don't understand?

3 out of 4. 8 possiableaties------------------ coins 1--- 2--- 3--- 4--- 5--- 6--- 7--- 8 x y--- x--- x--- x--- x--- y--- y---- y--- y x z--- x--- x--- z--- z--- x--- x----z--- z y z--- y----z---y--- z--- y--- z----y-----z There are 8 possiabilities for the three coins to land, you count the matches, there 6 out of 8 that match.


How do you find the missing parts of an oblique triangle which 3 sides are given?

Let the sides be x, y, z. Let the angles opposite those sides be X, Y, Z You can use the Cosine Law which states cos X = (y^2 + z^2 - x^2)/2yz Then calculate cos^-1(or arccos X) and this will give you the angle in degrees. then do the same for Y cos Y = (x^2 + z^2 - y^2)/2xz Do the same to get Y. Then add X and Y and subtract for 180° and you have your three angles.