answersLogoWhite

0


Best Answer

Find out what X is first. You can't answer that without an equation.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of 9 and the quotient of x and 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is seven less than the quotient of x and 9?

It is x/9 - 7.


The quotient of a number dividend by 7 is 9?

x / 7 = 9x = 63


What is the sum of x plus 9 equals negative7?

think about it. x+9=(-7) reverse the equation. (-7)-9=x


Twelve less than the quotient of a number and 7 is -2?

9


What is the quotient 7 and x?

the quotient of 7 and x is simply 7x, unless you know what x stands for


What is the quotient 7 over 9 diveded 9 over 10?

That's the same as 7/9 x 10/9 = 70/81


How do you factor the sum of terms as a product of gcf and a sum 28 35?

28 + 35 = (4 x 7) + (5 x 7) = 9 x 7 = 63


The quotient of a number and -7?

x/(-7) or -x/7


The quotient of number x and 7?

The quotient is a result of division. So it is x/7 or 7/x depending on how the numbers are being divided.


The square of the quotient of a number and 7?

(x/7)2 x= quotient of a number 7= the denominator of x 2 = represents squared


Write a complete pseudo-code of a program which adds all numbers that are multiples of both 7 and 9 up to 600.?

Since 7 and 9 are relatively prime, any number that is a multiple of both is a multiple of 7 x 9 = 63. There are 9 multiples of 63 less than or equal to 600, so this can be computed directly using Sum = 63(1 + 2 + ... + 9) which simplifies to Sum = 63 x 9 x (1 + 9)/2 from the formula for arithmetic series. Most programming languages have a built-in function which returns the quotient and the remainder when dividing integers, or you can write your own. So to generalize, denote 600 by max, 7 by a, and 9 by b. Input those values first. Suppose quotient returns the quotient of an integer division. begin N <- quotient(max, lcm(a,b)) (* N is the number of multiples of both a and b <= max *) sum <- lcm(a,b) * N * (1 + N)/2 (* Use the formula *) end This is the most efficient solution. There are other solutions that don't assume an understanding of arithmetic series. Specifically, you could write: begin i <- 1; sum <- 0 (* Initialize counter to 1 and sum to 0 *) While i <= max/lcm(a,b) do sum <- sum + i * lcm(a,b) i++; od end


Which expression represents the quotient of 9 and x?

9/x