How to write a negative statement using the helping verb to do?

September 11, 2011 - 2:19 pm 2 Comments

1. How to write a negative statement using the helping verb to do?
2. A map of Konigsberg’s bridges is shown at the right. The map is studied by Mr. Euler carefully.
What are the two verbs in passive voice?
Should the first verb be in passive voice be changed to active voice, why or why not? Should the second?

I need help with these few problems, I can’t seem to get past them.

"What to dooooo….What to do?" No, I don’t know what to do."

2. "is shown" & "is studied"

No, the first verb would be transitive, and distract from the subject.
No, changing the verb would leave an incomplete sentence

What is the length of time recommended to keep bill statements for records?

September 8, 2011 - 9:50 pm 1 Comment

Which bill statements should be kept and how long should they be kept before shredding and throwing away? For example: credit cards, car insurance, health insurance, utility bills, and bank account statements.

Credit cards till the next statement arrives
Car insurance after the new policy arrives
Health Insurance 1 yr unless you write off medical on taxes then 7 yrs
Utility no need to at all
Bank Accounts 2 yrs since that is what mortgage lenders ask for when you apply

What does this statement mean about a credit check?

September 1, 2011 - 11:49 am 5 Comments

"Past Due: More than $10,000 in total currently past due and/or in collections over three or more accounts, you will not pass"

Not sure how to take this statement. Does this mean if I have 3 or more accounts in collections I will not pass the credit check or does it mean they have to add up to $10,000?
I am applying for a job and this statement was in the credit check portion… I have 3 or more accounts in collections but all of my debt together is not where near $10,000. I have more medical bills than anything.

with 3 or more accounts you owe over $10,000 total

Do you need statements from creditors to file bankruptcy?

August 29, 2011 - 3:10 pm 3 Comments

I’m about to file bankruptcy, but I read that you need creditor statements to do so. All the accounts are long since charged off, and I have no creditor statements. Can I still file?
I already have a lawsuit and am being harassed. I am filing bankruptcy to get rid of the lawsuit, and also ensure no further lawsuits happen, since other creditors have another two years to sue me. I also just like knowing that it’s cleaned up and dealt with, not just hanging there like they would otherwise be.

Rick Palmer calls himself a bankruptcy attorney, yet doesn’t know that bankruptcy courts are FEDERAL.
The laws and procedures are the same in all states..

Call your local Bar Association
You can get 1/2 hour free consultation with a real BR attorney.
Your credit report and copy of the lawsuit complaint are probably enough.

What statements are negations of the statement the dress is brown?

August 26, 2011 - 9:41 pm 3 Comments

okay i have a question on this assignment and the statement is the dress is brown. Which of these statements are negations of the dress is brown statement.

choices:
a.) the dress is multicolored
b.)it is not the case that the dress is black
c.) the dress is not brown

a and c.

Is the following English statement correct?

August 22, 2011 - 7:28 am 1 Comment

I have an appointment with someone in his office and I went to him but he was not there
and I want to tell him that through an email

So is my following statement correct?

I came to you at 1:20pm and waited you until 1:35pm but you were not in your office. I hope we can talk tomorrow at the same time, if you are available.

Please help me as soon as possible.

hi u can change it to this one if u want "i came to your office in order to meet u …….and waited for u….. but you were not in there………"

A rebuttal statement when someones says "FAIL"! like if you say something on here, and they respond "FAIL"?

August 19, 2011 - 11:46 pm 4 Comments


just rebut, with " Weirdo " … maybe these idiotic statements will stop proliferating…

Will a purchase using an Amazon.com gift card show up on a credit card bill/statement?

August 17, 2011 - 3:46 pm 2 Comments

I want to buy a CD on Amazon.com using a gift card, but my parents and I want to make sure that neither the purchase nor the shipping and handling will show up on their credit card statement, cuz we’re trying to use the credit card sparingly.

I know this probably sounds like a stupid question, but will a purchase on Amazon or S&H show up on the bill if I use a gift card?

Hello Randy,

If you already have the gift card, then it is paid for already. When you place the order, then you input the information of the gift card as your payment means, not your credit card. So, no, it does not show up on a credit card statement.

However, if you have not purchased the gift card and do so by using a credit card, this will show up as a gift card purchase on your statement.

Which English statement is more correct to say when recieving help from someone?

August 15, 2011 - 2:14 pm 5 Comments

If I recieved help from someone, what should I say to him?
I really appreciate it or I really appreciated it.

Please tell me when I use each one of them. I am confused between both of them.

I really appreciate it….present tense
I really appreciated it…past tense

Replace hard code with variable in Excel If statement using VBA?

August 13, 2011 - 12:40 am 1 Comment

Hard coded, the VBA code looks like this:
Range(formulaString).Select
ActiveCell.FormulaR1C1 = _
"=IF(Data!R[-58]C1=""yes"", ""duplicate"" ,Data!R[-58]C[+1])"
Range(rangeStr).Select

I want to change to the following:
"=IF(Data!R[variable]C1=""yes"", ""duplicate"", Data!R[variable]C[+1])"

I tried making variable = "-" &ltrim(str(58)), but that still creates an error.

What am I doing wrong?

R[variable] should be R[" & variable & "]