answersLogoWhite

0

This phrase means that x = kyz where k is some constant.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: X varies directly with y and z?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is it when Z varies directly with x and inversely with y When x 2 and y 4 z 3 What is the value of z when x 4 and y 9?

z = 8/3.


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

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


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.


Does division work on distrubitive property?

(x + y)/z = x/z + y/z where z is non-zero.