Answer: Joe's book has 1248 Pages.
Step-by-step explanation:
468 * 2 2/3
Multiply 2 and 3 to get 6.
468×( 6+2/3)
Add 6 and 2 to get 8.
468x(8/3)
Express 468×(8/3) as a single fraction
468x8/3
Multiply 468 and 8 to get 3744.
3722/3
Divide 3744 by 3 to get 1248.
1248
So Joe's Book has 1248 pages
Using JAVA:
int sum = 0;
int k = 1;
while(sum <= 2000) {
sum += 3*k*k;
k++;
}
System.out.println(k);
Output: 14
Which means it will take 14 terms for the series to surpass 2000
7 football fields without the end zones
Step-by-step explanation:
y+3=x
or 0=x-y-3... ans
3x+4y=16
or, 3x+4y-16=0 answer.......
Answer:4000
Step-by-step explanation: becuase each would get 3000 and he got 1000 so 3000+1000=4000