Purchase Solution

Strange Summation

Not what you're looking for?

Ask Custom Question

First note that x = Floor(x) + {x}, where {} is the remainder.
So if x= 2.74, then the floor is 2 + the remainder is .74 .

f(x)= { 0 if x its a perfect square (like 1,4,9,...)
{ Floor (1/ {sqrt(x)}) otherwise

So for the otherwise part, say x=2, you have 1/the remainder of sqrt(2), which is 1/.414 = 2.4, then take the floor. So x=2 is 2.

Find: f(1) + f(2) + f(3) + .... + f(256)

Purchase this Solution

Solution Summary

A pattern is detected for the strange summation problem embedded here.

Purchase this Solution


Free BrainMass Quizzes
Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Probability Quiz

Some questions on probability

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.