Math
lol, plug 5x-2 into the second equation 6x + 3(5x-2) = 15 solve for x
algebra
sure you wrote that right?
ALGEBRA
well you didn't list the choices so I'm going to say isolating x or y would be your first step.
computer science
Declare a structure whose tag name is Emp and that contains these fields (in the following order): a double field named d, a character pointer named str, and an array of eleven integers named arr. * I'm good till here. In addition, declare a array named emp of 30 of these ...
computer science
after the due date my teacher told me what was wrong with it apparently the entire problem was the .txt which I erroneously thought you had to have, ty for your help
computer science
9.10: Reverse Array Write a function that accepts an int array and the arrays size as arguments. The function should create a copy of the array, except that the element values should be reversed in the copy. The function should return a pointer to the new array. Demonstr...
math
n = 17 N= (17*2) - 17
computer science
those are 2 different codes above, I wrote them that way because what you wrote was similar to what I had before but myprogramminglab does not like it. Still does not like it. thank you though I think i give up, at least on this one.
computer science
The variable cp_arr has been declared as an array of 26 pointers to char. Allocate 26 character values, initialized to the letters 'A' through 'Z' and assign their pointers to the elements of cp_arr (in that order). int *arr1[26]={'A','B','...
Pages: <<Prev | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next>>
For Further Reading