Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~572 People Reached
Favorite Tags
c++ x 3
Member Avatar for lynn21

Which statement is NOT TRUE? 1) for all x E Z: if x^(squared) - 5x + 6 = 0, then x > 1 and x < 4. 2) there exists an integer x such that x < 0 and x^(squared) + 4 = 0. 3) there exists an integer x …

Member Avatar for TrustyTony
0
234
Member Avatar for lynn21

This the question. Given. A = [1 -1 2 -2 3 -3] And matrix B = [1 0 2] what is the product A.B? Ok I'm confused because the number of rows in A is 2 and number Of columns in B is 3. So the sizes of matrices do …

Member Avatar for Rashakil Fol
0
137
Member Avatar for lynn21

Give a converse of the following expression: [(p Λ q) V ¬r] --> ¬[(q V ¬r) --> (¬p Λ r)] This is my answer : ¬[(q V ¬r) --> (¬p Λ r)] --> [(p Λ q) V ¬r] Is this right? Please help.

Member Avatar for lynn21
0
88
Member Avatar for lynn21

This is the program that I have written, my problem is that the contents in the for loop does not execute. When I compile I get enter number of students to be registered And total cost of discount is R 0 QUESTION 2 PROGRAM #include <iostream>using namespace std; int main() …

Member Avatar for lynn21
0
112