File size: 22,945 Bytes
c0f589d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 |
[
{
"question": "Take the last letters of each words in \"Camilo Becky Eliza Rebecca\" and concatenate them.",
"answer": "oyaa"
},
{
"question": "Take the last letters of each words in \"Sandeep Graciela Jai Xiomara\" and concatenate them.",
"answer": "paia"
},
{
"question": "Take the last letters of each words in \"Norma Timothy Willie Mathew\" and concatenate them.",
"answer": "ayew"
},
{
"question": "Take the last letters of each words in \"Lorena Shana Priscilla Summer\" and concatenate them.",
"answer": "aaar"
},
{
"question": "Take the last letters of each words in \"Yazmin Lea Rodrigo Sammy\" and concatenate them.",
"answer": "naoy"
},
{
"question": "Take the last letters of each words in \"Britt Tamara Elvis Nayeli\" and concatenate them.",
"answer": "tasi"
},
{
"question": "Take the last letters of each words in \"Paula Irina Laurel Maribel\" and concatenate them.",
"answer": "aall"
},
{
"question": "Take the last letters of each words in \"Louise Mariano Laura Gerardo\" and concatenate them.",
"answer": "eoao"
},
{
"question": "Take the last letters of each words in \"Ramona Lucy Gail Octavio\" and concatenate them.",
"answer": "aylo"
},
{
"question": "Take the last letters of each words in \"Star Jude Rosemarie Raquel\" and concatenate them.",
"answer": "reel"
},
{
"question": "Take the last letters of each words in \"Amy Ella Amilcar Roman\" and concatenate them.",
"answer": "yarn"
},
{
"question": "Take the last letters of each words in \"Evan Ray Sofia Alonso\" and concatenate them.",
"answer": "nyao"
},
{
"question": "Take the last letters of each words in \"Janette Stacey Ronny Kim\" and concatenate them.",
"answer": "eyym"
},
{
"question": "Take the last letters of each words in \"Alina Alessandra Amina Bianca\" and concatenate them.",
"answer": "aaaa"
},
{
"question": "Take the last letters of each words in \"Leigh Mindy Rocky Lex\" and concatenate them.",
"answer": "hyyx"
},
{
"question": "Take the last letters of each words in \"Drew Jhon Jayden Cliff\" and concatenate them.",
"answer": "wnnf"
},
{
"question": "Take the last letters of each words in \"Meagan Naomi Israel Marie\" and concatenate them.",
"answer": "nile"
},
{
"question": "Take the last letters of each words in \"Tiara Araceli Michaela Genaro\" and concatenate them.",
"answer": "aiao"
},
{
"question": "Take the last letters of each words in \"Sonya Eddy Carol Yung\" and concatenate them.",
"answer": "aylg"
},
{
"question": "Take the last letters of each words in \"Marcy Gonzalez Alice Arlene\" and concatenate them.",
"answer": "yzee"
},
{
"question": "Take the last letters of each words in \"Alonzo Dorothy Alfred Rodriguez\" and concatenate them.",
"answer": "oydz"
},
{
"question": "Take the last letters of each words in \"Dorian Mayra Freddie Magaly\" and concatenate them.",
"answer": "naey"
},
{
"question": "Take the last letters of each words in \"Tori Mariam Gaby Brayan\" and concatenate them.",
"answer": "imyn"
},
{
"question": "Take the last letters of each words in \"Maritza Nana Loretta Eric\" and concatenate them.",
"answer": "aaac"
},
{
"question": "Take the last letters of each words in \"Mercedes Adela Susana Rose\" and concatenate them.",
"answer": "saae"
},
{
"question": "Take the last letters of each words in \"Claudia Cole Matthew Juan Pablo\" and concatenate them.",
"answer": "aewo"
},
{
"question": "Take the last letters of each words in \"Kali Jeanette Tess Devin\" and concatenate them.",
"answer": "iesn"
},
{
"question": "Take the last letters of each words in \"Jacky Socorro Mark Wanda\" and concatenate them.",
"answer": "yoka"
},
{
"question": "Take the last letters of each words in \"Rosie Charlie Mick Jacquelyn\" and concatenate them.",
"answer": "eekn"
},
{
"question": "Take the last letters of each words in \"Andr\u00e9s Miles Ronaldo Melinda\" and concatenate them.",
"answer": "ssoa"
},
{
"question": "Take the last letters of each words in \"Selina Tasha Jarrod Maddy\" and concatenate them.",
"answer": "aady"
},
{
"question": "Take the last letters of each words in \"Noelia Cassidy Ashok Francisco\" and concatenate them.",
"answer": "ayko"
},
{
"question": "Take the last letters of each words in \"Anastasia Thelma Sheri Rosita\" and concatenate them.",
"answer": "aaia"
},
{
"question": "Take the last letters of each words in \"Billie Paloma Tanner Raul\" and concatenate them.",
"answer": "earl"
},
{
"question": "Take the last letters of each words in \"Erwin Chad Margarito Shanna\" and concatenate them.",
"answer": "ndoa"
},
{
"question": "Take the last letters of each words in \"Paris Jimmie Andrew Ram\u00f3n\" and concatenate them.",
"answer": "sewn"
},
{
"question": "Take the last letters of each words in \"Buddy Violet Johana Tina\" and concatenate them.",
"answer": "ytaa"
},
{
"question": "Take the last letters of each words in \"Lora Alberto Cathy Kara\" and concatenate them.",
"answer": "aoya"
},
{
"question": "Take the last letters of each words in \"Luz Terence Elder Jazmin\" and concatenate them.",
"answer": "zern"
},
{
"question": "Take the last letters of each words in \"Marlen Sonja Anita Dale\" and concatenate them.",
"answer": "naae"
},
{
"question": "Take the last letters of each words in \"Ericka Aly Darius Reed\" and concatenate them.",
"answer": "aysd"
},
{
"question": "Take the last letters of each words in \"Martha Elijah Dominic Tonya\" and concatenate them.",
"answer": "ahca"
},
{
"question": "Take the last letters of each words in \"Yamileth Dane Aron Dee\" and concatenate them.",
"answer": "hene"
},
{
"question": "Take the last letters of each words in \"Kristen Herbert Benny El\" and concatenate them.",
"answer": "ntyl"
},
{
"question": "Take the last letters of each words in \"Liliana Quincy Bart Makayla\" and concatenate them.",
"answer": "ayta"
},
{
"question": "Take the last letters of each words in \"Mar\u00eda Fredy Bridgette Kenya\" and concatenate them.",
"answer": "ayea"
},
{
"question": "Take the last letters of each words in \"Alexander Marina Valentina Mila\" and concatenate them.",
"answer": "raaa"
},
{
"question": "Take the last letters of each words in \"Maxwell Jose Beto Joe\" and concatenate them.",
"answer": "leoe"
},
{
"question": "Take the last letters of each words in \"Carmelo Tony Susan Sara\" and concatenate them.",
"answer": "oyna"
},
{
"question": "Take the last letters of each words in \"Angeles Richard Luciana Darlene\" and concatenate them.",
"answer": "sdae"
},
{
"question": "Take the last letters of each words in \"Phillip Ajay Janie Augusto\" and concatenate them.",
"answer": "pyeo"
},
{
"question": "Take the last letters of each words in \"Andy Cecilia Gretchen Sandi\" and concatenate them.",
"answer": "yani"
},
{
"question": "Take the last letters of each words in \"Pedro Leopoldo Tee Mar\" and concatenate them.",
"answer": "ooer"
},
{
"question": "Take the last letters of each words in \"Pauline Kerry Jeannette Hope\" and concatenate them.",
"answer": "eyee"
},
{
"question": "Take the last letters of each words in \"Daniella Dianne Ram Mirian\" and concatenate them.",
"answer": "aemn"
},
{
"question": "Take the last letters of each words in \"Natalie Gilbert Brian Sanchez\" and concatenate them.",
"answer": "etnz"
},
{
"question": "Take the last letters of each words in \"Jorge Luis Mo Alexia Jerry\" and concatenate them.",
"answer": "soay"
},
{
"question": "Take the last letters of each words in \"Donnie Alli Terry Krystal\" and concatenate them.",
"answer": "eiyl"
},
{
"question": "Take the last letters of each words in \"Guillermo Gerry Lizbeth Charly\" and concatenate them.",
"answer": "oyhy"
},
{
"question": "Take the last letters of each words in \"Issa Kendra Ignacio Henry\" and concatenate them.",
"answer": "aaoy"
},
{
"question": "Take the last letters of each words in \"Bob Aman Richie Sana\" and concatenate them.",
"answer": "bnea"
},
{
"question": "Take the last letters of each words in \"Hazel Gabrielle Tre Dalton\" and concatenate them.",
"answer": "leen"
},
{
"question": "Take the last letters of each words in \"Carissa Paige Consuelo Izzy\" and concatenate them.",
"answer": "aeoy"
},
{
"question": "Take the last letters of each words in \"Jon Heath Reynaldo Catherine\" and concatenate them.",
"answer": "nhoe"
},
{
"question": "Take the last letters of each words in \"Evelyn Mason Shelby Aldo\" and concatenate them.",
"answer": "nnyo"
},
{
"question": "Take the last letters of each words in \"Alexandria Meghan Autumn Robert\" and concatenate them.",
"answer": "annt"
},
{
"question": "Take the last letters of each words in \"Angela Krista Cora Denisse\" and concatenate them.",
"answer": "aaae"
},
{
"question": "Take the last letters of each words in \"Juliet Ricardo Tita Dianna\" and concatenate them.",
"answer": "toaa"
},
{
"question": "Take the last letters of each words in \"Arthur Shan Norman Manny\" and concatenate them.",
"answer": "rnny"
},
{
"question": "Take the last letters of each words in \"Dustin Luiz Rolando Connor\" and concatenate them.",
"answer": "nzor"
},
{
"question": "Take the last letters of each words in \"Madeline Mckenzie Louie Dylan\" and concatenate them.",
"answer": "eeen"
},
{
"question": "Take the last letters of each words in \"Jeremy Simone Alondra Wyatt\" and concatenate them.",
"answer": "yeat"
},
{
"question": "Take the last letters of each words in \"Melody Ramiro Humberto Jacob\" and concatenate them.",
"answer": "yoob"
},
{
"question": "Take the last letters of each words in \"Ruben Bernardo Ariel Shelley\" and concatenate them.",
"answer": "noly"
},
{
"question": "Take the last letters of each words in \"Russell Mitchell Bee Faith\" and concatenate them.",
"answer": "lleh"
},
{
"question": "Take the last letters of each words in \"Salma Pj Gladis Monica\" and concatenate them.",
"answer": "ajsa"
},
{
"question": "Take the last letters of each words in \"Miranda Jacques Clarence Chandra\" and concatenate them.",
"answer": "asea"
},
{
"question": "Take the last letters of each words in \"Janice Shelly Arnulfo Nestor\" and concatenate them.",
"answer": "eyor"
},
{
"question": "Take the last letters of each words in \"Johan Damien Serena Grace\" and concatenate them.",
"answer": "nnae"
},
{
"question": "Take the last letters of each words in \"Arnold Aidan Ally Ami\" and concatenate them.",
"answer": "dnyi"
},
{
"question": "Take the last letters of each words in \"Rohan Antoinette Nikki Aida\" and concatenate them.",
"answer": "neia"
},
{
"question": "Take the last letters of each words in \"Scotty Edgar Hanna Austin\" and concatenate them.",
"answer": "yran"
},
{
"question": "Take the last letters of each words in \"Katia Mina Cam Ronda\" and concatenate them.",
"answer": "aama"
},
{
"question": "Take the last letters of each words in \"Kennedy Ginny Iliana Sky\" and concatenate them.",
"answer": "yyay"
},
{
"question": "Take the last letters of each words in \"Sophie Gregorio Avery Pooja\" and concatenate them.",
"answer": "eoya"
},
{
"question": "Take the last letters of each words in \"Dave Ernesto Liam Marsha\" and concatenate them.",
"answer": "eoma"
},
{
"question": "Take the last letters of each words in \"Kristine Van Marisol Preston\" and concatenate them.",
"answer": "enln"
},
{
"question": "Take the last letters of each words in \"Alexa Pilar Rod Nicola\" and concatenate them.",
"answer": "arda"
},
{
"question": "Take the last letters of each words in \"Todd Joni Gil Fran\" and concatenate them.",
"answer": "diln"
},
{
"question": "Take the last letters of each words in \"Yan Eunice Joseph Hugh\" and concatenate them.",
"answer": "nehh"
},
{
"question": "Take the last letters of each words in \"Elizabeth Mitch Brooke Jordyn\" and concatenate them.",
"answer": "hhen"
},
{
"question": "Take the last letters of each words in \"Bailey Lourdes Brianna Mart\u00edn\" and concatenate them.",
"answer": "ysan"
},
{
"question": "Take the last letters of each words in \"Wally Claire Helen Nacho\" and concatenate them.",
"answer": "yeno"
},
{
"question": "Take the last letters of each words in \"Cat Alisha Ramon Norberto\" and concatenate them.",
"answer": "tano"
},
{
"question": "Take the last letters of each words in \"Miguel Angel Saul Brady Darryl\" and concatenate them.",
"answer": "llyl"
},
{
"question": "Take the last letters of each words in \"Debi Raymond Luis Federico\" and concatenate them.",
"answer": "idso"
},
{
"question": "Take the last letters of each words in \"Denny Carlo Reinaldo Jessi\" and concatenate them.",
"answer": "yooi"
},
{
"question": "Take the last letters of each words in \"Yvonne Rafaela Jb Salomon\" and concatenate them.",
"answer": "eabn"
},
{
"question": "Take the last letters of each words in \"Agnes Adrienne Haley Riley\" and concatenate them.",
"answer": "seyy"
},
{
"question": "Take the last letters of each words in \"Oscar George Sanjay Haydee\" and concatenate them.",
"answer": "reye"
},
{
"question": "Take the last letters of each words in \"Eugenio Moises Marion Kirk\" and concatenate them.",
"answer": "osnk"
},
{
"question": "Take the last letters of each words in \"Lara Greg Ethan Terrence\" and concatenate them.",
"answer": "agne"
},
{
"question": "Take the last letters of each words in \"Charity Svetlana Jamie Jose A\" and concatenate them.",
"answer": "yaeA"
},
{
"question": "Take the last letters of each words in \"Tristan Marleny Santiago Viviana\" and concatenate them.",
"answer": "nyoa"
},
{
"question": "Take the last letters of each words in \"Theo Sheila Mariana Esmeralda\" and concatenate them.",
"answer": "oaaa"
},
{
"question": "Take the last letters of each words in \"Tucker Daniel Hernandez Alison\" and concatenate them.",
"answer": "rlzn"
},
{
"question": "Take the last letters of each words in \"Charmaine Vic Homero Jeanine\" and concatenate them.",
"answer": "ecoe"
},
{
"question": "Take the last letters of each words in \"Dan Ruth Xavier Isidro\" and concatenate them.",
"answer": "nhro"
},
{
"question": "Take the last letters of each words in \"Amparo Gianna Dion Tessa\" and concatenate them.",
"answer": "oana"
},
{
"question": "Take the last letters of each words in \"Boris Sabina Kaitlyn Cameron\" and concatenate them.",
"answer": "sann"
},
{
"question": "Take the last letters of each words in \"Bill Santos Roxy Randi\" and concatenate them.",
"answer": "lsyi"
},
{
"question": "Take the last letters of each words in \"Silvia Carolina Stan Chuck\" and concatenate them.",
"answer": "aank"
},
{
"question": "Take the last letters of each words in \"Larissa Shawna Alma Paulette\" and concatenate them.",
"answer": "aaae"
},
{
"question": "Take the last letters of each words in \"Delia Kathleen Mateo Marvin\" and concatenate them.",
"answer": "anon"
},
{
"question": "Take the last letters of each words in \"Cristian Nik Gwen Josiah\" and concatenate them.",
"answer": "nknh"
},
{
"question": "Take the last letters of each words in \"Lalo Yolanda Elida Ester\" and concatenate them.",
"answer": "oaar"
},
{
"question": "Take the last letters of each words in \"Tere Niko Keith Conner\" and concatenate them.",
"answer": "eohr"
},
{
"question": "Take the last letters of each words in \"Blake Hunter Lou Spencer\" and concatenate them.",
"answer": "erur"
},
{
"question": "Take the last letters of each words in \"Deon Lane Everett Lindsay\" and concatenate them.",
"answer": "nety"
},
{
"question": "Take the last letters of each words in \"Marco Antonio Suzette Roland Isabel\" and concatenate them.",
"answer": "oedl"
},
{
"question": "Take the last letters of each words in \"Corey Elvin Tino Melvin\" and concatenate them.",
"answer": "ynon"
},
{
"question": "Take the last letters of each words in \"Darwin Colin Cj Abhishek\" and concatenate them.",
"answer": "nnjk"
},
{
"question": "Take the last letters of each words in \"Mario Pierre Amit Nelson\" and concatenate them.",
"answer": "oetn"
},
{
"question": "Take the last letters of each words in \"April Molly Maurice Jaclyn\" and concatenate them.",
"answer": "lyen"
},
{
"question": "Take the last letters of each words in \"Edwin Lovely Curt Damon\" and concatenate them.",
"answer": "nytn"
},
{
"question": "Take the last letters of each words in \"Beatriz Gillian Coco Vivian\" and concatenate them.",
"answer": "znon"
},
{
"question": "Take the last letters of each words in \"Cristobal Dania Li Anna\" and concatenate them.",
"answer": "laia"
},
{
"question": "Take the last letters of each words in \"Noah Aubrey Cesar Eliana\" and concatenate them.",
"answer": "hyra"
},
{
"question": "Take the last letters of each words in \"Sid Isabelle Jackson Heidy\" and concatenate them.",
"answer": "deny"
},
{
"question": "Take the last letters of each words in \"Dalila Emily Casey Clifford\" and concatenate them.",
"answer": "ayyd"
},
{
"question": "Take the last letters of each words in \"Isela Leslie Stacy Ingrid\" and concatenate them.",
"answer": "aeyd"
},
{
"question": "Take the last letters of each words in \"Jae Dennis Cris Bernadette\" and concatenate them.",
"answer": "esse"
},
{
"question": "Take the last letters of each words in \"Hank Janine Frankie Isa\" and concatenate them.",
"answer": "keea"
},
{
"question": "Take the last letters of each words in \"Lesley Luna Nadia Adriana\" and concatenate them.",
"answer": "yaaa"
},
{
"question": "Take the last letters of each words in \"Bethany Rakesh Christine Dinesh\" and concatenate them.",
"answer": "yheh"
},
{
"question": "Take the last letters of each words in \"Skylar Chrissy Misty Kike\" and concatenate them.",
"answer": "ryye"
},
{
"question": "Take the last letters of each words in \"Rosario Manoj Adolfo Reina\" and concatenate them.",
"answer": "ojoa"
},
{
"question": "Take the last letters of each words in \"Christina Edna Ileana Lynette\" and concatenate them.",
"answer": "aaae"
},
{
"question": "Take the last letters of each words in \"Emanuel Cheyenne Perez Yvette\" and concatenate them.",
"answer": "leze"
},
{
"question": "Take the last letters of each words in \"Yessenia Geraldine Minerva Tanya\" and concatenate them.",
"answer": "aeaa"
},
{
"question": "Take the last letters of each words in \"Jr Meredith Zoe Robby\" and concatenate them.",
"answer": "rhey"
},
{
"question": "Take the last letters of each words in \"Michel Roy Sergey Jessie\" and concatenate them.",
"answer": "lyye"
},
{
"question": "Take the last letters of each words in \"Noelle Byron Jane Darin\" and concatenate them.",
"answer": "enen"
},
{
"question": "Take the last letters of each words in \"Hayden Maya Zack Roberto\" and concatenate them.",
"answer": "nako"
},
{
"question": "Take the last letters of each words in \"Kristi Eduardo Angelo Clare\" and concatenate them.",
"answer": "iooe"
},
{
"question": "Take the last letters of each words in \"Dino Toby Abigail Manuela\" and concatenate them.",
"answer": "oyla"
},
{
"question": "Take the last letters of each words in \"\u00c1ngel Carlton Sameer Martinez\" and concatenate them.",
"answer": "lnrz"
},
{
"question": "Take the last letters of each words in \"Sterling Jenifer Patsy Denise\" and concatenate them.",
"answer": "grye"
},
{
"question": "Take the last letters of each words in \"Ashish Tracey Varun Emil\" and concatenate them.",
"answer": "hynl"
},
{
"question": "Take the last letters of each words in \"Isaac Reyes Carly Tania\" and concatenate them.",
"answer": "csya"
}
] |