Steeplechase Co sold a machine to a Greek company which it agreed to invoice in €. The sale was made on 1 October 20X6 for €250,000. €125,000 was received on 1 November 20X6 and the balance is due on 1 January 20X7.The exchange rate moved as follows:1 October 20X6 - €0.91 to $1 1 November 20X6-€0.95 to $1 31 December 20X6 - €0.85 to $1At what amount will the receivable be shown in the financial statements at 31 December 20X6?
A: $147,059
B: $137,363
C: $131,579
D: $130,586
A: $147,059
B: $137,363
C: $131,579
D: $130,586
举一反三
- 以下选项中,仅当x的绝对值在1至6范围内时,表达式值为“真”的是: (x>=-6)&&(x<=-1)||(x>=1)&&(x<=6)|(x>=-6)||(x<=-1)||(x>=1)||(x<=6)|(x>=1)&&(x<=6)&&(x>=-6)&&(x<=-1)|(x>=1)&&(x<=6)||(x>=-1)&&(x<=-6)
- 以下选项中,当且仅当x的绝对值在1至6范围内表达式值为"真"的是( )。 A: (x>=-6)&&(x<=-1)||(x>=1)&&(x<=6) B: (x>=1)&&(x<=6)&&(x>=-6)&&(x<=-1) C: (x>=-6)||(x<=-1)||(x>=1)||(x<=6) D: (x>=1)&&(x<=6)||(x>=-1)&&(x<=-6)
- “如果 y 等于20,则将1 赋给 x”,能正确表达的Python语句是( )。 A: if y=20: x=1 B: if y=20: x==1 C: if y==20: x=1 D: if y==20: x==1
- 把向量X= (1,2,3,4,5,6,7,8,9,10)中第6个元素的值修改为20 的命令是 A: X[6]=20 B: X6=20 C: X{6}=20 D: X(6)=20
- int x = 1, y =6; A: x = 6 y = 0 B: x = 7 y = 0 C: x = 6 y = -1 D: x = 7 y = -1 E: Compilation fails.