sum of first n odd natural numbers

The total of any set of sequential odd numbers beginning with 1 is always equal to the square of the number of digits, added together. Question 3) If the sum of the first n terms of an AP is 1/2(3n²+7n), then find its nth term .Hence write the 20 th term . Answer: (d) sum of first 'n' odd natural numbers. In this paper, we first focus on the sum of powers of the first n positive odd integers, T[subscript k](n)=1[superscript k]+3[superscript k]+5[superscript k]+.+(2n-1)[superscript k], and derive in an elementary way a polynomial formula for T[subscript k](n) in terms of a specific type of generalized Stirling numbers. To find the sum of first n odd numbers we can apply odd number theorem, it states that the sum of first n odd numbers is equal to the square of n. ∑ (2i - 1) = n 2 where i varies from 1 to n let n = 10, therefore sum of first 10 odd numbers is 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 = 100 if we apply odd number theorem: Show that sum of first n even natural numbers is equal to (n+1/n)times the sum of first n odd natural numbers. step 1 Address the formula, input parameters & values. There are a total of 10 natural . . Transcribed image text: Prove that the sum of the first n odd natural numbers is n2 (Induction on n.) Let S (n) denote the sum of the first n odd natural numbers. 3 The Sum of the first n Natural Numbers; 4 The Sum of the first n Squares; 5 The Sum of the first n Cubes; Sigma Notation. Like if we take n as 4. so in the first iteration i=1 and sum = 0 + 1 as sum is initialized 0 at the beginning. . Share. We can derive the formula by noting the following, for the sums of squares of the first natural numbers. How to Calculate Sum of First n Odd Numbers Let's say we have to calculate the sum of first 10 odd numbers. Alternatively, we may use ellipses to write this as Check out the video given below to know more about number patterns 8,478 By putting the value in the above formula, we get: Program in Python. Here n = 100 because we know that there are 100 odd numbers from 1 and 200. Sum of cube natural, odd & even numbers. Input parameters & values: The number series 1, 3, 5, 7, 9, . The loop structure must look similar to for (i=1; i<=N; i++). Sum of the first n odd natural numbers is A 2n+1 B n 2 C n 2−1 D 2n 2+1 Easy Solution Verified by Toppr Correct option is B) Consider the odd natural numbers. 1 3 + 3 3 + 5 3 + ...39 3. Finding sum of even or odd numbers in range is almost similar to previous program we did. S = n 2 [ a + ( n − 1) d] We have to find the sum of first n odd natural numbers. The below workout with step by step calculation shows how to find what is the sum of first 10 odd numbers by applying arithmetic progression. Sum of First n Odd Natural Numbers. Sum of first N odd numbers = N*N. The sum of the first N odd numbers is equal to the square of the number N. For example, the first 5 odd numbers are:- 1, 3, 5, 7, and 9 Their sum is 1+3+5+7+9 = 25 we know that 25 is the square of the number 5.. This is how we can show that the sum of the the first n odd numbers is equal to n 2 for every positive integer. Output - 55. 1 + 3 + 5 + 7 + 9 + ∙∙∙ + m , where m is the nth odd natural number. A3=15,S10=125,find d and a10 Find the sum of the first 17 term of an AP whose 4th term = -15 and 9th term = -30. Sum of first 4 odd natural numbers (1,3,5,7) is 16 is calculated using Sum of First n terms = (Value of n)^2.To calculate Sum of first n odd natural numbers, you need Value of n (n).With our tool, you need to enter the respective value for Value of n and hit the calculate button. The sum of first n odd natural numbers in A]2n - 1 B]2n + 1 C]n2 D]n2 - 1 Quantitative Aptitude | Quiz | fresherbell.com Hence find 1 + 3 + 5 + . To understand this example, you should have the knowledge of the following C programming topics:. When n is equal to 0, there is no recursive call.This returns the sum of integers ultimately . Then we consider the sum of powers of an arbitrary arithmetic progression . This is an arithmetic sequence with a1 = 1 and d = 3. There are two methods to find the Sum of squares of first n natural numbers −. Q.no.5 the difference between the sum of the first 2n natural numbers and the sum of the first n odd natural numbers is m2-n n +n 2n2-n (a) (b) (c) (d) 2n2+n. We just read about a general formula to find the series of odd numbers. The product of two polynomials say A and B represents a rectangle of sides A and B. Learn more - Program to find sum of natural numbers using recursion. There are lots of ways to do that. Answer. Check Answer and Sol MAHARASHTRA XII (12) HSC XI (11) FYJC X (10) SSC 5TH 6TH 7TH 8TH 9TH BOARD SOLUTIONS: 2019 2020 New Time . Average of sum of square of first "n" even numbers = 9. (i) Taking a = 1 and d = 1, the AP becomes 1,2, 3, 4, … ∴ putting a =1 and d = 1 in equation (i), we get i.e., the sum of the first n natural numbers = Procedure Step 1: We shall verify the formula for the first 10 natural numbers, i.e., for n = 10. Hello welcome to NJ Classes,In this video learn method of finding Sum Of First 'n' Even and Odd Numbers.The aim of NJ Classes is everyone study math from ba. (a) sum of the squares of first n natural numbers (b) sum of the first n natural numbers (c) sum of first (n - 1) natural numbers (d) sum of first 'n' odd natural numbers. Thus n (n+1) represents a rectangle of sides n and (n + 1). We can also the sum of n odd numbers formula can be expressed as: Sum of n odd numbers = n 2 where n is a natural number. Through this activity students are able to find that the sum of first n odd natural numbers n 2 i.e., \(\sum { (2n-1) }\) =n 2. The sequence of odd natural numbers is 1, 3, 5, … This sequence is an A.P. answered Sep 3 '17 at 18:01. Tony Delgado. For example - 1 , 3 , 5 etc. Similarly, The sum of the first 10 odd numbers is:-1+3+5+7+9+11+13+15+17+19 = 100, and the 100 is the square of the number 10. Also, all the odd terms will form an A.P. This can also be simply written as or . First of all we will create the program of Sum of N natural number in C++. ! answered Dec 26 2019 at 11:08. For e.g- sum of first 10 natural numbers (1,2,3,4,5,6,7,8,9,10) is 55. Which of the following can be the square of a natural number 'n'? Sum of Squares of First n Odd Natural Numbers This sum is simply written as . We also know that 1 + 3 + 5 + 7 + 9 + …. . Program to check Even or Odd number. Suppose, we want to find the sum of the first 100 natural numbers. Code: We prove the formula 1+ 2+ . The first term of one of these is 8 and that of the other is 3. In this tutorial, we shall start with Java programs using looping statements to compute the sum. In the next function call from addNumbers() to addNumbers(), 19 is passed which is added to the result of addNumbers(18).This process continues until n is equal to 0.. This A.P. Stack Exchange network consists of 178 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.. Visit Stack Exchange To find sum of odd numbers we must iterate through all odd numbers between 1 to n. Run a loop from 1 to N, increment 1 in each iteration. Sum of cube of first or consecutive " n" natural numbers: Sum of cube of first or consecutive " n" even natural numbers = 2n2 (n + 1)2. Answer (1 of 21): \text{S} = 1 + 3 + 5 + \cdots +(2n - 5) + (2n -3) + (2n - 1) \,\,\text{is the sum of the first n odd numbers} \text{We can also write} \text{S}= (2 . So we will initialize sum=0 and n variable.and. Therefore, the sum of first 2n natural numbers S(2n) = 2n(2n+1)/2 = n(2n+1 . Initially, addNumbers() is called from main() with 20 passed as an argument. with a = 1, d = 3 - 1 = 2 \(\therefore\) The sum of the first 'n' odd natural numbers is n 2 and 1 + 3 + 5 + . We simply rearranged the terms, to group odd and even natural numbers together. We see that the difference between two consecutive terms is always 2. 0 0 Similar questions Display the sum of n odd natural number: ----- Input number of terms : 5 The odd numbers are :1 3 5 7 9 The Sum of odd Natural Number upto 5 terms : 25 Flowchart: C# Sharp Code Editor: Common difference (d) = 2. For example, we can write + + + + + + + + + + + +, which is a bit tedious. In math, we frequently deal with large sums. step 1 Address the formula, input parameters & values. The sum of first n odd natural numbers is (a) 2n - 1 (b) 2n + 1 (c) n 2 (d) n 2 - 1 Solution: (c) Question 29. has '1' as its first term and '2' as its common difference. Calculation: Required series is. So here, First term (a) = 1. In this example, you will learn to calculate the sum of natural numbers entered by the user. Sum of first three odd numbers = 1 + 3 + 5 = 9 (9 = 3 x 3). Formula for sum of first n terms of an arithmetic sequence : Substitute a1 = 1 and d = 2. Using Infinite Calculus to find the Sum of the first n Natural Numbers Summing the first n natural numbers by finding a general term Summing the First n Natural Numbers Using Number Theory New Formula for the Sum of the Natural Numbers Application - Sum of Odd Numbers Application - Sum of Even Numbers First 10 odd numbers are 1 , 3, 5, 7, 9, 11, 13, 15, 17, 19 First give a meaningful name to our function, say sumOfEvenOdd(). The difference between their 30th terms is (a) 11 (b) 3 (c) 8 Sum of Odd Numbers Formula. with the common difference of 2. The sum of squares of the first n natural numbers is found by adding up all the squares. The answer of this: sum_of_odd (5) will be: 25. We can also find the sum of n natural number using the mathematical formula: Sum of n natural numbers=n* (n+1)/2. Average of cubes of first "n" even natural numbers = 2n ( n +1) 2. The sum of first n odd natural numbers in n(n+1)- n = n² . First term (a) = 1. Input - 5. Procedure Step 1: Make a square of side 10 cm on the sheet of paper. here is an algebraic proof:The first n odd natural numbers are 1, 3, 5, . An odd number is a number which is not a multiple of two. Then we consider the sum of powers of an arbitrary arithmetic progression . The "current" variable is our sum of numbers which gets updated at every loop (the loop we will write in next step). C for Loop the for loop using the iteration and sum=sum+i is using calculate this iteration. Declare recursive function to find sum of even number. Sum of cube of first or consecutive " n" odd natural numbers = n2 (2n2 - 1) S (1)-112. . Also, all the odd terms will form an A.P. Time Transcript; 00:00 - 00:59: hello guys in the question given in the sum of the first and odd natural number is 2 and -1 to 1 + 1 and square and square minus one so let's start some of the first and odd natural number let's start there is a odd number is 1357 up to and so it is an ap because the common difference remains the same so first term is equal to 1 and common difference is equal to . In this example, For Loop is used to keep the odd numbers are between 1 and maximum value. Sum of first n odd natural numbers can be calculated by using the formula n^2 . The sum of the first n n n even integers is 2 2 2 times the sum of the first n n n integers, so putting this all together gives Click here to get an answer to your question ️ The ratio of the sum of first n even numbers to that of n odd numbers will be prabhageeta443 prabhageeta443 28.09.2019 Math Secondary School answered . Hence. Logic One way is to view the sum as the sum of the first 2 n 2n 2 n integers minus the sum of the first n n n even integers. In this post, we will write a two Java program to print the sum of the first N odd natural number using For Loop and While Loop.The program will find the odd number using the "2*i-1" formula and add the odd number.. To understand these programs you should have knowledge of following concepts of Core Java Programming. Explanation:-In this problem, we need to find the sum of first n odd natural numbers. The sum of first n odd natural numbers in A]2n - 1 B]2n + 1 C]n2 D]n2 - 1 Quantitative Aptitude | Quiz | fresherbell.com I was staring at the checked pattern on the back of an airline seat the other day when I suddenly saw that the sum of the first n odd numbers is always a square. Input upper limit to find sum of odd numbers from user. Short animation about the sum of first n odd numbers. Explanation - 1 2 + 2 2 + 3 2 + 4 2 + 5 2. 99 System.out.print("Sum of all odd numbers in the given range is:"+SumOdd(num1,num2)); cs.close();}} Input/Output: Enter your Limit:25. Here is the source code of the Python program to f ind the sum of odd numbers using recursion. The below workout with step by step calculation shows how to find what is the sum of first 75 odd numbers by applying arithmetic progression. Using Loops − the code loops through the digits until n and find their square, then add this to a sum . So, let us take the number of terms as n. Now, as we know, `S_n = n/2[2a + (n -1)d ]` So . The sum of the first n terms of an AP is given by …. The sum of the first n numbers of an arithmetic sequence can be derived from this formula The values of a, dand nare: a = 1(the first term) d = 2(the "common difference" between terms) n = 3(how. The sum of first n odd natural number is: This question was previously asked in. In the sum of first n odd natural numbers, if the number of terms is not given and the last term l is given, then formula for finding number of terms n : There is a simple applet showing the essence of the inductive proof of this result. In the second iteration i=2 and sum = 1 + 2 as sum was previously stored as 1 in the 1st iteration. To run this applet, you first enter the number n you wish to have illustrated; space limitations require 0<n<11. Share. We know that, sum of cube of first n odd natural numbers Sum of first n natural numbers calculator uses Sum of First n terms = (Value of n* (Value of n+1))/2 to calculate the Sum of First n terms, Sum of first n natural numbers is total sum of starting n natural numbers. So here. , 19. Initially set to 1, cause that's our first odd number in Mathematics. Next, this c program calculates the sum of odd numbers between 1 and the maximum limit value TIP: We already explained the logic to check whether the given is Even or Not in C Program to Check Odd or Even article. Applying the arithmetic progression formula of the sum of a.p., the sum of all natural numbers 1 to 10 can be calculated using the formula, S= n/2[2a + (n − 1) × d], where, a is the first term, d is the difference between the two consecutive terms, and n is the total number of natural numbers from 1 to 10. It's one of the easiest methods to quickly find the sum of given number series. Must know - Program to find sum of even numbers using loop. Next, Python is going to calculate the sum of odd numbers from 1 to user-entered maximum value. In other words, if the number is not completely divisible by 2 then it is an odd number. Answer (1 of 3): Simple. Read the number n. We use for loop and increment the loop by 1 upto n. Then we add the numbers and store it in sum. Logic. Note that the nth odd natural odd natural numbers number is 2n - 1, for n 2 1. 199 ) is the sum of first 100 odd numbers. Sum of the First n Natural Numbers. Java program to find the sum of n natural numbers using the function. In other words, if the number is not completely divisible by 2 then it is an odd number. 12. We know that, sum of cube of first n odd natural numbers (1 + 3 + 5 + 7 + 9 + …. Python Program to Calculate Sum of Odd Numbers from 1 to N using For Loop This Python program allows the user to enter the maximum value. a = 1 d = 2 t n = (2n - 1) The formula of sum of an A.P series S = n/2 [2a + (n − 1) × d] S = n /2 [2 + 2n - 2] S = n /2 [2n] S = n2 The sum of first n odd natural numbers is n2. Remember that sum of first n natural numbers S(n) = n(n+1)/2 . Concept of natural numbers. + n = n (n+1) / 2, for n a natural number. C Program to Calculate the Sum of Natural Numbers. OMTEX CLASSES Free Educational Website. Suppose as inductive hypothesis that S (k - 1)- (k-1)2 for some k > 1. Implementation of Sum of N natural number in C++. Try: def sum_of_odd (n): if n>0: x= (n*2)-1 return x+sum_of_odd (n-1) else: return 0. The sum of first n odd natural numbers = n2 Now from the above formula, we can define the sum of total odd numbers in the given range. Formula used: Sum of the cube of first n odd natural numbers = n 2 (2n 2 - 1). So let us first down all the numbers which are to be added. + 101 is 2601. Two A.P.'s have the same common difference. In this problem, we need to find the sum of first n odd natural numbers. Find the sum of the first n odd natural numbers. Average of cubes of first " n" natural numbers = 11. And finally we got our lovely variable for which we are writing this all, "sum". n= 10 sum is 100 Here n is the consecutive odd number starting from 1 Example of Sum of Odd Numbers from 1 to 100 Step 3. This forms an arithme. To verify that the sum of first n natural numbers is by graphical method. Average of sum of square of first "n" odd numbers = 10. Java - Find Sum of First N Natural Numbers To find the sum of first N natural numbers, you can either use direct formula or use a looping technique to traverse from 1 to to N and compute the sum. 2n-1. The first n odd natural numbers are given by 1,3,5,7,9…… (2n - 1) and this forms an AP. For example, 1 1 + 3 = 4 1 + 3 + 5 = 9 1 + 3 + 5 + 7 = 16 And, of course, it occurred to me that it would be nice to be able to prove it. Common difference (d) = 2. NCERT Class 10 Maths Lab Manual - Arithmetic Progression II. 1E Prove that the sum of the first n odd natural numbers is n 2. with the common difference of 2. This program is much similar to this one: Java program to print all odd numbers from 1 to N. The only difference here is that instead of printing them we have to add all the odd numbers inside the loop. KEAM 2017: Standard deviation of first n odd natural numbers is (A) √n (B) √ ((n+2)(n+1)/3) (C) √ (n2 - 1 /3) (D) n (E) 2n. Store it in some variable say N. Initialize other variable to store sum say sum = 0. There are several ways to solve this problem. C Program to Print Sum of Odd Numbers from 1 to n This program allows the user to enter the maximum limit value. Sum of all odd numbers in the given range is:169. HP TGT (Non-Medical) TET 2021 Official Paper Download PDF Attempt Online. For the sum of first n even number, the first term will be 2 and remaining the same and the result is ⇒ The sum of the first n even numbers = n × (n + 1) = n 2 + n. In this video, we will learn derivation of closed form of the sum of first n odd natural numbers.To derive the closed form of 1 + 3 + 5 + … + (2n - 1), we wi. Step-by-step solution 100% (13 ratings) for this solution Step 1 of 5 Let denote the sum of the first odd natural numbers. Formula used: Sum of the cube of first n odd natural numbers = n 2 (2n 2 - 1). Asked by vaishnavi | 29th Aug, 2012, 03:03: PM Expert Answer: Follow this answer to receive notifications. To verily by a graphical method that the sum of the first n odd natural numbers is equal to n1 Materials Required A sheet of white paper A geometry box Theory The sum of the first n odd natural numbers is given by Σ (2n - 1) =1 + 3 + 5 + … + (2n - 1) = n². Input parameters & values: The number series 1, 3, 5, 7, 9 . Assume that the odd natural number is Then, for all …… (1) The objective is to prove the above statement by using Mathematical induction. Advertisement. Then we shall go through a Java program that uses formula to find the sum. Odd numbers have a difference of 3 unit or number. ∑ i = 1 n 2 i − ∑ i = 1 n 1 = n ( n + 1) − n = n 2 + n − n = n 2. 1,3,5,7,....,(2n−1) We know that the sum of n numbers = 2n [2a+(n−1)d] = 2n [2×1+(n−1)×2] = 2n [2+2n−2] =n 2 Was this answer helpful? Calculation: Required series is. It's one of the easiest methods to quickly find the sum of given number series. In this paper, we first focus on the sum of powers of the first n positive odd integers, T[subscript k](n)=1[superscript k]+3[superscript k]+5[superscript k]+.+(2n-1)[superscript k], and derive in an elementary way a polynomial formula for T[subscript k](n) in terms of a specific type of generalized Stirling numbers. If the number is exactly divisible it is an even number, else it is an odd number. Average of cubes of first "n" odd natural numbers = n (2n 2 - 1) 13. An efficient solution is to use direct formula n (n+1) (n+2)/6 Mathematically, we need to find, Σ ( (i * (i + 1))/2), where 1 <= i <= n So, lets solve this summation, The number 20 is added to the result of addNumbers(19).. Hello welcome to NJ Classes,In this video learn method of finding Sum Of First 'n' Even and Odd Numbers.The aim of NJ Classes is everyone study math from ba. Print Even Numbers between 1 to 100. C++ program to calculate sum of first N odd numbers March 15, 2019 Karan Mandal Odd number The Opposite of even numbers. By the way it also gets updated at every loop. So, let us take the number of . So, we know that the first odd natural number is 1. + 101. So, sum of 'n' terms is: ( n / 2 ) * { 2 * 1 + ( n - 1 ) * 2 } = ( n / 2 ) * { 2 + 2 * n - 2 } = ( n / 2 ) * { 2 * n } = n 2 Hence, some of first 'n' odd natural numbers is given by ' n 2 ' Hope this helps you Cheers!! If 1,3,5,7,9,11,…, (2n-1) are the odd numbers, then; Sum of first odd number = 1 Sum of first two odd numbers = 1 + 3 = 4 (4 = 2 x 2). 1 3 + 3 3 + 5 3 + ...39 3. Sum of First n terms is denoted by Sn symbol. Follow this answer to receive notifications. and finally print the sum of N natural number. Sum S of n terms of this sequence is determined by. Activity Time Find out the sum of first fifteen odd natural numbers with the help of above activity and verify the result using the formula \(\sum { (2n-1) }\) = n 2 If n = 1 then sum of numbers is 1 n =2 sum is 4 n = 3 sum is 9 ….. ….. ….. ….. . Sum of the First n Natural Numbers. Odd numbers have a difference of 3 unit or number. So, we know that the first odd natural number is 1. The sum of first n odd natural numbers is n 2.

Mariah Carey Charmbracelet Tour Dvd, Personal Protection Dog Training Commands, No-kill German Shepherd Rescue, The Bending Of Light Around Obstacles, British Airways Fare Finder, Tropicana Beach Resort, Public Records Search California, Louisiana Chicken Near Me, Tena Intimates Ultimate Pads, Board Games For Visually Impaired, Oldham Vs Rochdale Prediction Forebet, Outsystems Dashboard Examples, Wilderness Camp Cooking,

Share on Google+

sum of first n odd natural numbers

sum of first n odd natural numbers

20171204_154813-225x300

あけましておめでとうございます。本年も宜しくお願い致します。

シモツケの鮎の2018年新製品の情報が入りましたのでいち早く少しお伝えします(^O^)/

これから紹介する商品はあくまで今現在の形であって発売時は若干の変更がある

場合もあるのでご了承ください<(_ _)>

まず最初にお見せするのは鮎タビです。

20171204_155154

これはメジャーブラッドのタイプです。ゴールドとブラックの組み合わせがいい感じデス。

こちらは多分ソールはピンフェルトになると思います。

20171204_155144

タビの内側ですが、ネオプレーンの生地だけでなく別に柔らかい素材の生地を縫い合わして

ます。この生地のおかげで脱ぎ履きがスムーズになりそうです。

20171204_155205

こちらはネオブラッドタイプになります。シルバーとブラックの組み合わせデス

こちらのソールはフェルトです。

次に鮎タイツです。

20171204_15491220171204_154945

こちらはメジャーブラッドタイプになります。ブラックとゴールドの組み合わせです。

ゴールドの部分が発売時はもう少し明るくなる予定みたいです。

今回の変更点はひざ周りとひざの裏側のです。

鮎釣りにおいてよく擦れる部分をパットとネオプレーンでさらに強化されてます。後、足首の

ファスナーが内側になりました。軽くしゃがんでの開閉がスムーズになります。

20171204_15503220171204_155017

こちらはネオブラッドタイプになります。

こちらも足首のファスナーが内側になります。

こちらもひざ周りは強そうです。

次はライトクールシャツです。

20171204_154854

デザインが変更されてます。鮎ベストと合わせるといい感じになりそうですね(^▽^)

今年モデルのSMS-435も来年もカタログには載るみたいなので3種類のシャツを

自分の好みで選ぶことができるのがいいですね。

最後は鮎ベストです。

20171204_154813

こちらもデザインが変更されてます。チラッと見えるオレンジがいいアクセント

になってます。ファスナーも片手で簡単に開け閉めができるタイプを採用されて

るので川の中で竿を持った状態での仕掛や錨の取り出しに余計なストレスを感じ

ることなくスムーズにできるのは便利だと思います。

とりあえず簡単ですが今わかってる情報を先に紹介させていただきました。最初

にも言った通りこれらの写真は現時点での試作品になりますので発売時は多少の

変更があるかもしれませんのでご了承ください。(^o^)

Share on Google+

sum of first n odd natural numbers

sum of first n odd natural numbers

DSC_0653

気温もグッと下がって寒くなって来ました。ちょうど管理釣り場のトラウトには適水温になっているであろう、この季節。

行って来ました。京都府南部にある、ボートでトラウトが釣れる管理釣り場『通天湖』へ。

この時期、いつも大放流をされるのでホームページをチェックしてみると金曜日が放流、で自分の休みが土曜日!

これは行きたい!しかし、土曜日は子供に左右されるのが常々。とりあえず、お姉チャンに予定を聞いてみた。

「釣り行きたい。」

なんと、親父の思いを知ってか知らずか最高の返答が!ありがとう、ありがとう、どうぶつの森。

ということで向かった通天湖。道中は前日に降った雪で積雪もあり、釣り場も雪景色。

DSC_0641

昼前からスタート。とりあえずキャストを教えるところから始まり、重めのスプーンで広く探りますがマスさんは口を使ってくれません。

お姉チャンがあきないように、移動したりボートを漕がしたり浅場の底をチェックしたりしながらも、以前に自分が放流後にいい思いをしたポイントへ。

これが大正解。1投目からフェザージグにレインボーが、2投目クランクにも。

DSC_0644

さらに1.6gスプーンにも釣れてきて、どうも中層で浮いている感じ。

IMG_20171209_180220_456

お姉チャンもテンション上がって投げるも、木に引っかかったりで、なかなか掛からず。

しかし、ホスト役に徹してコチラが巻いて止めてを教えると早々にヒット!

IMG_20171212_195140_218

その後も掛かる→ばらすを何回か繰り返し、充分楽しんで時間となりました。

結果、お姉チャンも釣れて自分も満足した釣果に良い釣りができました。

「良かったなぁ釣れて。また付いて行ってあげるわ」

と帰りの車で、お褒めの言葉を頂きました。

 

 

 

Share on Google+

sum of first n odd natural numbers

sum of first n odd natural numbers

stream deck discord mute