answersLogoWhite

0

-3 = j + 5 => -3 -5 = j + 5 -5 => -8 = j

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

37 plus 13j equals 27j-5 equals?

j = 3


Suppose x equals 5 is a solution to the equation 4zx plus 1 equals j where z and j are constants. Find a solution to the equation 8zx plus 5 equals 2j plus 3?

It is also x = 5 8zx + 5 = 2j + 3 → 8zx + 2 = 2j → 4zx + 1 = j Which is the first equation, which has a solution x = 5.


How do you solve 2j plus 1 divided by j plus 5 equals 1?

2j+1/j+5 = 1 Multiply all terms by j+5 to eliminate the fraction: 2j+1 = j+5 2j-j = 5-1 j = 4


F varies jointly as g h and j One set of values is f equals 18 g equals 4 h equals 3 and j equals 5 Find f when g equals 5 h equals 12 and j equals 3?

f = 54


When k is Eliminated in the system 5j-k equals 17j plus 3k equals 3 what values of j and k will satisfy the system?

j=-3 and k=2


What is the value of j in the equation j plus j plus 14 equals 3j plus 10?

4


If J plus E equals J what is E and J?

e must be 0, j can be anything


If you equals 3 j equals x what will be value of j?

1/3rd of x


What is 3 and two thirds and equals to j over 3?

j = 11. cross multiplication


C equals 457' - 24 plus k 87 ss332 j equals equals 956 percent 339001?

cooking a turkey?


What is -3j equals 44.7?

-3j = 44.7 -j = 44.7 ÷ 3 -j = 14.9 j = -14.9


What is code of 1 2 3 4n2 3 4 5n 3 4 5 6n 4 5 6 7 n 5 6 7 8 in c plus plus?

#include <iostream> int main() { int i,j; for(i=1;i<6;i++) // Change 6 to a higher number to get more lines of output { for(j=i;j<i+4;j++) // Change 4 to a higher number to get more numbers in each line cout<<j; cout<<"\n"; } return 0; }